Commit Graph

4294 Commits (7b50ce65850b826397f1b8dafdd31bb5aab63155)
 

Author SHA1 Message Date
HydrogenSulfate 38e78b0c81 add paddle2onnx_infer chain 2022-09-01 03:12:11 +00:00
HydrogenSulfate a8278e84c4 add pact chain 2022-09-01 03:01:51 +00:00
HydrogenSulfate 6adee2720f add ptq infer 2022-09-01 02:52:24 +00:00
HydrogenSulfate d2ffc5e408 add lite_train_lite_infer chain 2022-08-31 17:28:48 +00:00
HydrogenSulfate 6e0aa19347 update related docs and yamls for PP-ShiTuV2 2022-08-31 17:02:37 +00:00
zengshao0622 c35d3fcda6 update ppshitu_application_scenarios.md 2022-08-31 12:57:03 +00:00
zengshao0622 e451356445 update ppshitu_application_scenarios.md 2022-08-31 12:02:21 +00:00
zengshao0622 7c90893f7c update ppshitu_application_scenarios.md 2022-08-31 10:04:34 +00:00
zengshao0622 ab7f3425c6 update ppshitu_application_scenarios.md 2022-08-31 10:01:55 +00:00
zengshao0622 a4c926c73c update ppshitu_application_scenarios.md 2022-08-31 09:56:37 +00:00
zengshao0622 730126349d update ppshitu_application_scenarios.md 2022-08-31 09:48:04 +00:00
zengshao0622 bfe3e98825 update ppshitu_application_scenarios.md 2022-08-31 09:44:38 +00:00
zengshao0622 808b515056 update ppshitu_applicaiton_senarios.md 2022-08-30 09:13:14 +00:00
Walter 6cd6251874
Merge pull request #2236 from RainFrost1/lite_shitu
update build_gallery and add android demo index support
2022-08-29 19:45:53 +08: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
Walter 3a4c786167
Merge pull request #2233 from RainFrost1/lite_shitu
update lite_shitu readme
2022-08-26 16:48:22 +08:00
zengshao0622 50be0129e9 update ppshitu_application_scenarios.md 2022-08-26 08:32:06 +00:00
dongshuilong 291015f459 update lite_shitu readme 2022-08-26 15:38:22 +08:00
HydrogenSulfate e45fa6421a
Merge pull request #2232 from HydrogenSulfate/refactor_retri
Rename variable names in retrieval.py
2022-08-26 15:31:20 +08:00
HydrogenSulfate c03a66bfe4 Rename variable names that may be confused in retrieval.py 2022-08-26 06:16:11 +00:00
zengshao0622 73c8483c8c update toc 2022-08-26 03:37:20 +00:00
gaotingquan 2f5c0c71da fix: replace ResNet50.yaml with ResNet50_amp_O2_ultra.yaml when AMPO2
It is needed that use dali, NHWC and 4 channels when training ResNet50 with AMPO2
2022-08-26 10:59:16 +08:00
gaotingquan ea66adbec1 fix: need install paddleclas whl 2022-08-26 10:59:16 +08:00
Walter d01c332312
Merge pull request #2224 from HydrogenSulfate/shituv2_reimplement
【WIP】add PP-ShiTuV2
2022-08-26 10:48:38 +08:00
zengshao0622 53408c7264 upadate ppshitu_application_senarios.md 2022-08-26 02:19:09 +00:00
zengshao0622 1379211f10 add ppshitu_application_scenarios.md 2022-08-25 11:56:56 +00:00
HydrogenSulfate 73e1d36697 refine doc-string for ImageNetDataset 2022-08-25 14:40:19 +08:00
HydrogenSulfate 14088d4502 fix for num_rel_index is a zero matrix 2022-08-25 14:37:41 +08:00
HydrogenSulfate feab570d09 merge develop & zoom QRCode for ShiTu APP demo 2022-08-25 11:39:32 +08:00
HydrogenSulfate 24a8eca8a0 Merge branch 'develop' into shituv2_reimplement 2022-08-25 11:27:41 +08:00
gaotingquan ced5b523ba docs: polish 2022-08-24 19:38:54 +08:00
gaotingquan b251015686 docs: polish 2022-08-24 19:38:54 +08:00
gaotingquan a75dc8c993 fix: fix the error that containers nesting cannot be handled.
the error would be raised when when the pattern string represents nested, e.g., containing "[3][1]".
2022-08-24 19:09:42 +08:00
HydrogenSulfate 877c8c53be correct config yaml, pp_lcnetv2_variant.py and log in&out channels in pp_lcnet_v2.py 2022-08-24 07:25:30 +00:00
gaotingquan a1baf3f476 fix: fix interpolation method 2022-08-24 11:26:12 +08:00
Walter 34cdadc7e8
Merge pull request #2217 from HydrogenSulfate/android_demo_doc
Android demo doc
2022-08-24 10:33:22 +08:00
HydrogenSulfate 678a729037 update docs 2022-08-23 20:27:08 +08:00
HydrogenSulfate 7db32e7a71 Merge branch 'develop' into android_demo_doc 2022-08-23 19:54:59 +08:00
HydrogenSulfate 00ee28d78f correct class_num in GeneralRecognitionV2_PPLCNetV2_base.yaml 2022-08-23 11:04:24 +00:00
HydrogenSulfate 5a4874079d fix some bugs 2022-08-23 10:59:30 +00:00
gaotingquan b77de4e15e feat: support new models
CSWinTransformer LeViT MobileViT PVTV2 TNT
2022-08-23 17:19:34 +08:00
HydrogenSulfate 1b5e00e82a add PP-ShiTuV2 code 2022-08-23 07:54:58 +00:00
HydrogenSulfate 9d69160d75 update catelogue 2022-08-22 11:34:41 +08:00
HydrogenSulfate c7ff22f7bc update docs for new UI 2022-08-22 11:26:56 +08:00
HydrogenSulfate 00c19fdc9b add comment for camera permission to APP 2022-08-19 17:17:58 +08:00
HydrogenSulfate 514e7b6e95 add one recognition visualization for recognition demo 2022-08-19 16:25:39 +08:00
HydrogenSulfate c3a3887775 refine docs 2022-08-19 16:02:01 +08:00
HydrogenSulfate f079cccebb add android demo docs 2022-08-19 15:47:08 +08:00
littletomatodonkey dab99e3e88
fix config yaml (#2214) 2022-08-19 12:15:10 +08:00