cuicheng01
|
8eba0f0b24
|
update RepVGG configs
|
2022-10-31 14:31:45 +08:00 |
gaotingquan
|
78582b997e
|
fix: replace use_gpu, etc. by device
|
2022-10-31 10:43:35 +08:00 |
gaotingquan
|
8fb6cc5382
|
fix: debug
|
2022-10-31 10:43:35 +08:00 |
gaotingquan
|
e21c060f42
|
fix: update pretrained url
|
2022-10-18 19:21:17 +08:00 |
gaotingquan
|
8b86c8b0e0
|
fix: update pretrained url
|
2022-10-18 19:21:17 +08:00 |
gaotingquan
|
5863974645
|
fix: update VAN_tiny to VAN_B0
|
2022-10-18 19:21:17 +08:00 |
gaotingquan
|
aee51ece75
|
fix
|
2022-09-27 12:01:13 +08:00 |
cuicheng01
|
121b53786a
|
fix bugs to adapt to the new framework
|
2022-09-20 10:08:12 +00:00 |
cuicheng01
|
a3a4390a9d
|
fix bugs to adapt to the new framework
|
2022-09-19 03:11:39 +00:00 |
zengshao0622
|
04aef27637
|
fix cae_large
|
2022-09-13 09:05:54 +00:00 |
zengshao0622
|
8b0e643f54
|
update batchsize
|
2022-09-08 11:37:29 +00:00 |
zengshao0622
|
90d591e410
|
update ppcls
|
2022-09-08 11:34:54 +00:00 |
zengshao0622
|
7b50ce6585
|
merge CAE
|
2022-09-08 08:11:25 +00:00 |
Walter
|
0a7ca236e0
|
Merge pull request #2245 from HydrogenSulfate/update_ShiTu_doc
Add&Update PP-ShiTuV2 docs
|
2022-09-03 15:39:12 +08:00 |
gaotingquan
|
3f8f981423
|
fix: support specify DALI threads num
|
2022-09-01 20:21:43 +08:00 |
HydrogenSulfate
|
6c4852acd3
|
update PP-ShiTuV2 inference/serving code and docs, reformat yamls
|
2022-09-01 06:31:22 +00:00 |
HydrogenSulfate
|
6e0aa19347
|
update related docs and yamls for PP-ShiTuV2
|
2022-08-31 17:02:37 +00:00 |
HydrogenSulfate
|
c03a66bfe4
|
Rename variable names that may be confused in retrieval.py
|
2022-08-26 06:16:11 +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
|
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 |
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 |
HydrogenSulfate
|
1b5e00e82a
|
add PP-ShiTuV2 code
|
2022-08-23 07:54:58 +00:00 |
littletomatodonkey
|
dab99e3e88
|
fix config yaml (#2214)
|
2022-08-19 12:15:10 +08:00 |
root
|
2a909c306a
|
fix: change to relative import
|
2022-08-19 11:40:38 +08:00 |
root
|
0b1c8e93b7
|
fix: fix error import path
|
2022-08-19 11:40:38 +08:00 |
HydrogenSulfate
|
a646adf754
|
refine docstring
|
2022-08-18 20:20:07 +08:00 |
HydrogenSulfate
|
84870b771d
|
add assert for DistributedRandomIdentitySampler and refine docstring for DistributedRandomIdentitySampler&Pksampler
|
2022-08-18 20:16:55 +08:00 |
root
|
b1b45eaff0
|
fix: fix the pretrained url
|
2022-08-18 17:06:48 +08:00 |
littletomatodonkey
|
26207a8c77
|
add mgd loss (#2161)
* add mgd loss
* add init
* fix doc
|
2022-07-19 10:50:51 +08:00 |
cuicheng01
|
6cfdf8af5a
|
fix peleenet config
|
2022-07-15 11:39:46 +00:00 |
cuicheng01
|
84c2974d3a
|
fix peleenet and convnext
|
2022-07-14 09:59:54 +00:00 |
cuicheng01
|
1fccb35be7
|
Merge branch 'develop' into PeleeNet_PR
|
2022-07-14 10:47:06 +08:00 |
cuicheng01
|
1bbe4b5ed1
|
Merge pull request #1885 from flytocc/ConvNeXt
ConvNext & EMA & gradient accumulation
|
2022-07-14 10:45:25 +08:00 |
Wei Shengyu
|
0707ff6fe0
|
Merge pull request #2123 from zoooo0820/add_train_cfg_for_calling
add training cfg for pphuman calling model
|
2022-07-13 14:32:27 +08:00 |
littletomatodonkey
|
cd64499351
|
fix download logic for multi-machine (#2140)
|
2022-07-12 11:18:00 +08:00 |
Yang Nie
|
3248cc5819
|
update `DecodeImage`
|
2022-07-09 23:30:13 +08:00 |
Yang Nie
|
4266b8790d
|
rename `ConvNext` to `ConvNeXt`
|
2022-07-09 23:25:50 +08:00 |
Yang Nie
|
eb6e0d10fc
|
fix typo
|
2022-07-09 21:56:36 +08:00 |
Yang Nie
|
436f64ad84
|
Merge branch 'develop' into ConvNeXt
|
2022-07-09 21:50:31 +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 |
Walter
|
7d1fe2c80b
|
Merge pull request #2135 from HydrogenSulfate/fix_amp_train
add amp train doc
|
2022-07-07 10:11:42 +08:00 |
HydrogenSulfate
|
266db4d89c
|
fix classification bug
|
2022-07-06 20:38:40 +08:00 |
littletomatodonkey
|
14d6b7efa4
|
add dist algo (#2133)
* add dist_kd
* add doc
* fix some typos
|
2022-07-06 16:30:01 +08:00 |
littletomatodonkey
|
5b1c5eee1e
|
revert bug of pr #2115 (#2124)
* revert bug of pr #2115
* fix yaml
|
2022-07-04 13:58:22 +08:00 |