94 Commits

Author SHA1 Message Date
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
Tingquan Gao
666d912678
Update HubServing (#870)
* Update HubServing

* Fix the relative path

* Update doc of HubServing
2021-06-17 20:56:03 +08:00
Bin Lu
4159ebdf8d
Update build_gallery.py
fix windows build_gallery bug
2021-06-16 18:17:50 +08:00
littletomatodonkey
cdd8775915
fix rec doc (#829)
* fix recognition doc
2021-06-16 14:14:20 +08:00
Felix
3191c56fc9
Update predict_system.py (#807) 2021-06-08 17:05:41 +08:00
Felix
106bb9dfa7
Create build_gallery.py 2021-06-08 16:00:14 +08:00
Felix
3cce16d93a
Delete build_system.py 2021-06-08 15:59:20 +08:00
Felix
86c3c50fc8
Create build_system.py 2021-06-08 15:42:06 +08:00
Felix
6fce375147
Update predict_system.py 2021-06-08 15:41:02 +08:00
Bin Lu
d3972cf5a4
Update predict_system.py 2021-06-07 15:51:06 +08:00
littletomatodonkey
a1f49a70d7
Update predict_system.py 2021-06-05 17:28:21 +08:00
Felix
629e53df2a
add vector search to reg infer (#791)
* Update inference_rec.yaml
* Update predict.sh
2021-06-05 17:02:38 +08:00
littletomatodonkey
05d0801992
Update predict_system.py 2021-06-05 14:19:54 +08:00
littletomatodonkey
de72c8f6ce support system prediction 2021-06-04 15:23:23 +00:00
littletomatodonkey
c356974e14 add inference and its yaml 2021-06-04 09:28:37 +00:00