Commit Graph

93 Commits (2c31e1884fa75d279546c5d12381018dea8644ee)

Author SHA1 Message Date
Yang Nie 3b8b39644f change the default interpolation of pil from `NEAREST` to `BILINEAR` (same to cv2 backend) 2023-04-04 20:37:22 +08:00
zhangyubo0722 79cbd7350a Aesthetic 2023-02-01 10:43:11 +08:00
zhangyubo0722 169682002d Some modifications 2022-12-28 16:01:54 +08:00
zhangyubo0722 7badd5bf6c add metrics and postprocess 2022-12-28 16:01:54 +08:00
gaotingquan 4af0d9bbde support ThreshOutput for binary classification 2022-11-08 19:26:29 +08:00
gaotingquan 3d5ba52437 support image_orientation 2022-11-08 19:26:29 +08:00
gaotingquan 48135f8d19 fix: func parse_class_id_map() need the attr self.delimiter 2022-10-31 11:15:58 +08:00
HydrogenSulfate 2cfd8dd828 add xbm 2022-10-17 15:45:45 +08:00
zengshao0622 849406a38c rename eval file 2022-09-27 13:22:32 +00:00
zengshao0622 fc9140c20a add shitu pipeline evaluation 2022-09-27 09:52:17 +00:00
HydrogenSulfate e44ecc1987 update PP-ShiTu inference doc 2022-09-22 03:03:30 +00:00
HydrogenSulfate 6cf954e1c7 add flexible configuration for disable det model 2022-09-21 13:37:20 +00:00
cuicheng01 0b9f62262a
Merge branch 'develop' into fix_multilabel 2022-09-14 14:41:32 +08:00
cuicheng01 809e7f47dc update predict_cls.py 2022-09-07 10:12:31 +00:00
cuicheng01 f95343590b fix format 2022-09-07 10:04:11 +00:00
cuicheng01 18acc25f18 add table_attribute_code 2022-09-07 09:35:51 +00:00
dongshuilong 52ba23c8b9 fix build_gallery bug 2022-08-29 19:17:13 +08:00
dongshuilong 9eaa3353af update build_gallery and add android demo index support 2022-08-29 17:08:00 +08:00
cuicheng01 85bf8683cb Support for parsing label files 2022-08-29 05:49:15 +00:00
cuicheng01 eade1b7232 fix multilabel 2022-08-22 06:40:26 +00:00
root 87822ba106 fix: rm useless code 2022-08-19 11:40:38 +08:00
root f88e5bb056 fix: import from paddleclas whl 2022-08-19 11:40:38 +08:00
root 2d10f8e16c debug: reset to develop
fix the commit 72da54f that overwrite the file from release/2.4
2022-08-19 11:40:38 +08:00
root af16e0cd47 fix: rm sys.path.append in main python file 2022-08-19 11:40:38 +08:00
root 652de26511 fix 2022-08-19 11:40:38 +08:00
root 29d4dc9a66 fix: rm sys.path.append in main python file
avoid to raising error when there is a foler or python file that has same name in working directory
2022-08-19 11:40:38 +08:00
Walter d8c1d824a9
Merge pull request #1978 from HydrogenSulfate/add_reid_doc
add reid docs and images
2022-07-07 15:00:17 +08:00
HydrogenSulfate e1800e0025 add comment in preprocess.py and correct contents in docs 2022-06-23 16:29:33 +08:00
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
HydrogenSulfate 458fd345d3 polish reid doc 2022-06-08 21:44:45 +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