- 02 6月, 2022 1 次提交
-
-
由 Feng Ni 提交于
* add exclude_nms and trt silu for yolox * fix silu act, fix readme
-
- 29 4月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
* Fix some typos in *.md. * Fix some typos in code.
-
- 22 4月, 2022 1 次提交
-
-
由 Feng Ni 提交于
-
- 19 4月, 2022 1 次提交
-
-
由 Feng Ni 提交于
-
- 12 4月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 07 4月, 2022 1 次提交
-
-
由 wangguanzhong 提交于
* support mask rcnn bs>2 * fix resize op in c++ deploy * fix preprocess in mask rcnn * fix cascade mask rcnn when box is empty * update merge batch * fix rcnn pred
-
- 30 3月, 2022 1 次提交
-
-
由 wangxinxin08 提交于
-
- 21 3月, 2022 1 次提交
-
-
由 Feng Ni 提交于
* add bytetrack yolov3 ppyoloe cfgs * add bytetrack reid * fix sde bytetrack reid * fix bytetrack readme * add jdetracker mtmct * fix bytetrack reid * fix deploy track_config * fix doc readme
-
- 18 3月, 2022 1 次提交
-
-
由 wangguanzhong 提交于
* support rcnn onnx * clean code * update cascade rcnn * add todo for rpn proposals
-
- 16 3月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
* support nms options when export model * fix config
-
- 15 3月, 2022 1 次提交
-
-
由 Feng Ni 提交于
* add bytetrack yolov3 engine and deploy baseline * fix bytetrack yolov3 configs * fix cfgs tools * fix tracker pred_dets * fit pptracking jde sde infer * rename cfgs, fix mot_sde_infer * fix mot sde single class infer * remove byte cfgs * fix mtmct * clean code
-
- 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>
-
- 26 1月, 2022 1 次提交
-
-
由 Blake 提交于
* add implementation of RetinaNet * * add README.md and model zoo * rename FOCSFeat -> RetianFeat * add mstrain model to model zoo * refactor DeltaBBoxCoder * update link for model and log
-
- 14 1月, 2022 1 次提交
-
-
由 JYChen 提交于
* fix fuse_normalize not working when export model * fix solov2 by keeping inputs setting before building model
-
- 13 1月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 07 1月, 2022 1 次提交
-
-
由 wangxinxin08 提交于
This reverts commit 3e0e3585.
-
- 21 12月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
* support different norm_type for different module when convert to sync batch norm * remove BatchNorm in esnet
-
- 24 11月, 2021 1 次提交
-
-
由 Mark Ma 提交于
* add multi-scale test * add resnet34-fpn-mstest item in model zoo
-
- 22 11月, 2021 1 次提交
-
-
由 Feng Ni 提交于
-
- 06 11月, 2021 1 次提交
-
-
由 Feng Ni 提交于
-
- 05 11月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* add mcfairmot train eval export code * fix eval and export * update modelzoo * add hrnet18_dlafpn * unify jdetracker * fix deploy infer for single class * fix multi class fairmot deploy * fix mcmot data source and deploy * fix num_identities * fix num_identities_dict
-
- 03 11月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 02 11月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 29 10月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* add sge attention on fpn * add iou head * add config, fix head * fix iou offset weight * fix fairmot centerhead
-
- 18 10月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
* add centernet * add centernet * add r50 for centernet * support deploy for centernet * add doc * update pretrain * clean code * update r50 doc * unify for_mot * update code according to review * update doc * refine preprocess * update doc
-
- 17 10月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* update picodet inference deploy
-
- 09 10月, 2021 1 次提交
-
-
由 shangliang Xu 提交于
* [dev] add TOOD * fix link and notes * replace ConvNormLayer
-
- 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
-
- 27 9月, 2021 1 次提交
-
-
由 zhiboniu 提交于
* add keypoint top-down cpp infer; total:5ms,pre:0.7ms,infer:3.8ms,post:0.01ms * add dark_pose support
-
- 23 9月, 2021 1 次提交
-
- 18 9月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 27 8月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* Update PicoDet adn GFl
-
- 26 8月, 2021 1 次提交
-
-
由 shangliang Xu 提交于
-
- 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
-
- 27 7月, 2021 2 次提交
-
-
由 Guanghua Yu 提交于
* add gfl model and PicoDet
-
由 zhiboniu 提交于
-
- 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.
-
- 07 7月, 2021 2 次提交
-
-
由 FL77N 提交于
* add sparsercnn * update sparsercnn
-
由 shangliang Xu 提交于
* Add DETR * drop return_pad_mask in PadBatch
-