- 21 6月, 2022 1 次提交
-
-
由 Wenyu 提交于
-
- 20 6月, 2022 1 次提交
-
-
由 Wenyu 提交于
* upgrade adawm to adawmdl for transoformer * rename arg
-
- 16 6月, 2022 1 次提交
-
-
由 Wenyu 提交于
-
- 13 6月, 2022 2 次提交
- 01 6月, 2022 1 次提交
-
-
由 wangguanzhong 提交于
* clean fluid * mv static to legacy * remove yolo box * revert legacy dir * revert static link * update in_dynamic_mode * clean iou_similarity, collect_fpn_proposals, bipartite_match
-
- 31 5月, 2022 1 次提交
-
-
由 Feng Ni 提交于
* add exclude_nms and trt silu for yolox * fix silu act, fix readme
-
- 06 5月, 2022 1 次提交
-
-
由 Wenyu 提交于
-
- 18 4月, 2022 1 次提交
-
-
由 Feng Ni 提交于
-
- 31 3月, 2022 1 次提交
-
-
由 shangliang Xu 提交于
-
- 03 3月, 2022 1 次提交
-
-
由 shangliang Xu 提交于
* [ppyolov3] add ppyolov3 base code * add ppyolov3 s/m/x * modify ema * modify code to convert onnx successfully * support arbitrary shape * update config to use amp default * refine ppyolo_head code * modify reparameter code * refine act layer * adapter pico_head and tood_head code * remove ppyolov3 yaml * fix codestyle Co-authored-by: Nwangxinxin08 <wangxinxin08@baidu.com>
-
- 09 1月, 2022 1 次提交
-
-
由 Xinjun-Wu吴鑫俊 提交于
* modify the ch_in&ch_out of the BasicBlock (cherry picked from commit da568e4741f9a3a440ba1f605b8d12299fe4ed23) * add the type convertion of the ch_in and ch_out & update gitignore (cherry picked from commit 5b55097c6dab81dbccc187ba13a92b724ffc7ef5) * revert the changes of gitignore (cherry picked from commit ffeb72a8cefca6f416c5483756cc67f26f40522f)
-
- 07 1月, 2022 1 次提交
-
-
由 wangxinxin08 提交于
This reverts commit 3e0e3585.
-
- 22 12月, 2021 1 次提交
-
-
由 Wenyu 提交于
-
- 21 12月, 2021 2 次提交
-
-
由 wangxinxin08 提交于
* support different norm_type for different module when convert to sync batch norm * remove BatchNorm in esnet
-
由 Guanghua Yu 提交于
-
- 20 12月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
* refine sync bn * fix bugs of batch_norm * fix bugs while deploying and modify BatchNorm to BatchNorm2D * param_attr -> weight_attr in BatchNorm2D * modify BatchNorm to BatchNorm2D
-
- 02 12月, 2021 1 次提交
-
-
由 will-jl944 提交于
* fix assertion bug * fix assertion bug
-
- 21 11月, 2021 1 次提交
-
-
由 zhoujun 提交于
-
- 06 11月, 2021 1 次提交
-
-
由 Wenyu 提交于
-
- 05 11月, 2021 1 次提交
-
-
由 JYChen 提交于
-
- 22 10月, 2021 1 次提交
-
-
由 JYChen 提交于
-
- 19 10月, 2021 1 次提交
-
-
由 Wenyu 提交于
-
- 18 10月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* update PicoDet Architecture and config
-
- 15 10月, 2021 1 次提交
-
-
由 JYChen 提交于
* fix naive-lite-hrnet backbone * add WiderNaive-18 model
-
- 04 10月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* add hardnet85 fairmot * fix hardnet85 * add centernet hardnet fpn, fix config * update modelzoo * update modelzoo readme * remove comments * add hardnet num_layers assert * fix hardnet85 config
-
- 29 9月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* add hrnet18 fairmot * add lite hrnet_w18 * add hrnet dlafpn * update hrnet18_dlafpn modelzoo * hrnet18dlafpn modelzoo * add comments * set neck not none, update modelzoo
-
- 06 9月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 05 9月, 2021 1 次提交
-
-
由 Wenyu 提交于
-
- 26 8月, 2021 1 次提交
-
-
由 CHENSONG 提交于
* add faster rcnn with swin_transformer tiny
-
- 11 8月, 2021 1 次提交
-
-
由 George Ni 提交于
-
- 04 8月, 2021 1 次提交
-
-
由 JYChen 提交于
* add LiteHRNet backbone and config .YML * test lite18-network param acc is same with ori-model 1. fix default darkpose=ON, 2. += is not inplace add new keypoint model Lite-HRNet * add new keypoint model Lite-HRNet * 1. Add description of network type; 2. use channel_shuffle in ops.py * use normal to init conv2d * add network type description
-
- 02 8月, 2021 2 次提交
- 28 7月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 27 7月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* add gfl model and PicoDet
-
- 08 7月, 2021 1 次提交
-
-
由 Manuel Garcia 提交于
Besides removing unnecessary imports, this also fixes the missing logger module in test_architectures.py within the static directory.
-
- 22 6月, 2021 1 次提交
-
-
由 Wenyu 提交于
* modified freeze at in resnet * freeze_at should less than num_stage
-
- 07 6月, 2021 1 次提交
-
-
由 xiaoting 提交于
-
- 15 5月, 2021 1 次提交
-
-
由 FlyingQianMM 提交于
* add fairmot * rename pretrain_weights * add comments; reuse focal loss and convnorm * update comments
-