Commit Graph

64 Commits (27a59780c388c9cf381f509c22913364e7cd864e)

Author SHA1 Message Date
cuicheng01 9c18873a40 Update person_attribute code and docs 2022-06-10 06:44:50 +00:00
littletomatodonkey ec96e3c782
fix attr pred (#2002) 2022-06-09 08:20:58 +08:00
littletomatodonkey 4003cdb7ad
add traffic sign yaml (#1966)
* add traffic sign and vehicle attr doc and yaml
2022-06-06 13:13:50 +08:00
zhiboniu 939a35d605 add more details 2022-05-26 07:14:10 +00:00
zhiboniu 9cf1abaee6 support attr infer 2022-05-25 06:22:27 +00:00
littletomatodonkey 6dac07f68d
fix quant logic (#1941)
* fix quant logic

* add support for trt+int8 inference

* add support for swin quant

* fix swin and quant

* fix assert info

* fix assert info

* fix log
2022-05-23 19:04:27 +08:00
weisy11 2abbb70441 add thresoutput 2022-05-19 20:50:06 +08:00
HydrogenSulfate f89d908979
Update predict_det.py
删除冗余代码
2022-05-11 19:21:03 +08:00
HydrogenSulfate 9399748381 fix bug in DetPredictor.predict 2022-05-11 14:56:08 +08:00
HydrogenSulfate f0f00c0cef change labe_list to label_list 2022-05-10 13:09:56 +08:00
lubin10 b2dbbc3ca4 fix predict_det.py error 2022-01-21 05:45:21 +00:00
lubin10 2960b4c28b support onnx inference for cls; add readme 2022-01-20 09:34:33 +00:00
stephon 162720cc76 remove comments 2021-12-29 12:10:47 +00:00
stephon 8cd3a6812f update binary model config 2021-12-29 12:08:42 +00:00
dongshuilong a7b0b49726 Merge branch 'whole_chain' of https://github.com/RainFrost1/PaddleClas into whole_chain 2021-11-29 04:35:42 +00:00
dongshuilong 7fdf4607df update tipc for basic link 2021-11-29 04:34:15 +00:00
dongshuilong 12ed6e2844 support rec model whole_infer for tipc 2021-11-26 06:43:58 +00:00
dongshuilong a3465a6591 add rec model for tipc 2021-11-25 12:50:13 +00:00
gaotingquan 0dccfb917d fix: interpolation maybe be 0 2021-09-30 06:49:41 +00:00
cuicheng01 a90881c99f
Merge branch 'develop' into add_multilabel 2021-09-26 22:47:20 +08:00
cuicheng01 af9aae730e add multilabel feature 2021-09-26 07:05:13 +00:00
gaotingquan de859b4a3d fix: compatible with opencv under version 4.4.0 2021-09-26 13:22:38 +08:00
cuicheng01 9bc2041e74
Merge pull request #1228 from TingquanGao/dev/support_pil_resize
feat: support pil resize
2021-09-17 18:54:07 +08:00
gaotingquan 64c370008b feat: support pil resize
Support PIL resizse with PIL interpolation to train transformer.
Almost all vision transformer models need using PIL.Image.BICUBIC
as interpolation in resize.
2021-09-15 06:29:22 +00:00
stephon 28c9e03276 modify some format problem 2021-09-13 09:06:21 +00:00
Bin Lu 5db7d2d469
Update build_gallery.py 2021-09-10 11:52:53 +08:00
Bin Lu 63215d1ecb
Update postprocess.py 2021-09-10 11:47:15 +08:00
stephon 8baf879adb support for binary index build and search 2021-09-10 03:36:00 +00:00
dongshuilong d181b0a544 add code annotation for build_gallery.py 2021-09-02 12:26:43 +00:00
dongshuilong 20b354972e update faiss 2021-08-30 03:45:32 +00:00
dongshuilong 687c13522e replace vector_search with faiss 2021-08-26 04:12:26 +00:00
dongshuilong 227f4fdd62 update benchmark 2021-08-04 02:49:11 +00:00
dongshuilong d9056bcdf2 fix benchmark 2021-08-02 09:21:45 +00:00
Bin Lu bd586f4a1d
Fix batch predict of cls and rec (#1089)
* fixbug_bs=1 of predict_cls\rec
2021-07-29 19:59:09 +08:00
dongshuilong 9e8dd9f65e fix bugs 2021-07-20 12:19:55 +00:00
dongshuilong 94bc5b1f60 fix bugs 2021-07-20 09:10:07 +00:00
dongshuilong 7d42f2dfe6 add whole_chain test 2021-07-20 04:03:27 +00:00
Wei Shengyu 055d4b071e
Merge pull request #1016 from Intsigstephon/fixbug_bs_1
support batch feature generation in build_gallery.py
2021-07-08 11:22:57 +08:00
lubin10 ad3bd3a342 fixbug bs=1 in build_gallery 2021-07-07 06:22:21 +00:00
Tingquan Gao 85ba35fa97
[WIP] Update whl (#995)
* Update whl
2021-07-06 23:27:43 +08:00
littletomatodonkey 77557082d4
add support to append index (#1006) 2021-07-02 18:48:37 +08:00
Tingquan Gao 24727034d8
Update whl (#871)
* Update whl

* Optimize usage of CLI args
2021-06-22 11:12:26 +08:00
dyning 508cea54b6 fix bug for rec nms 2021-06-20 00:37:14 +00:00
littletomatodonkey e1f13ed94b
update rec-process and quick start doc (#922)
* add nms to rec results

* add nms to rec results

* fix quick start demo and config files

* fix link and typo
2021-06-20 02:44:49 +08:00
dyning 578e4d74ff
Merge pull request #917 from littletomatodonkey/dev/fix_qs_demo
fix rec post and visualizer
2021-06-19 15:19:59 +08:00
littletomatodonkey a67cdaa1ee fix rec post and visualizer 2021-06-18 18:27:22 +00:00
weishengyu 8dea22dae6 Merge branch 'develop' of https://github.com/weisy11/PaddleClas into develop 2021-06-18 17:48:17 +08:00
weishengyu 7b064d23d7 add new docs and update configs 2021-06-18 17:44:04 +08:00
Felix 91eebd82bc
Update predict_rec.py 2021-06-18 11:55:11 +08:00
Felix be22348e9c
Update predict_rec.py 2021-06-18 11:53:36 +08:00