Commit Graph

21 Commits (c350bc8b0281eee63b6e61263a7eadaca89a85b2)

Author SHA1 Message Date
jiangnana.jnn c350bc8b02 add NuScenesEvaluator, support dist eval for list model results 2022-10-10 12:17:23 +08:00
yhq bb53e066be
fix missing vit model (#197)
* fix missing vit model

* set pretrained false while export cls model
2022-09-19 19:52:21 +08:00
Cathy0908 5ac6381758
add error code (#146)
* add error code
2022-09-19 16:07:04 +08:00
tuofeilun b198c5a81f
support DINO algo (#144)
dino_4sc_r50_12e:48.71
dino_4sc_r50_24e:50.53
dino_4sc_r50_36e:50.69
dino_4sc_swinl_12e: 56.86
dino_4sc_swinl_36e: 58.04
dino_5sc_swinl_36e: 58.47
2022-08-31 15:18:11 +08:00
wuziheng 9aaa600f79
Yolox improve with REPConv/ASFF/TOOD (#154)
* add attention layer and more loss function

* add attention layer and various loss functions

* add siou loss

* add tah,various attention layers, and different loss functions

* add asff sim, gsconv

* blade utils fit faster

* blade optimize for yolox static & fp16

* decode output for yolox control by cfg

* add reparameterize_models for export

* e2e trt_nms plugin export support and numeric test

* split preprocess from end2end+blade, speedup from 17ms->7.2ms

Co-authored-by: zouxinyi0625 <zouxinyi.zxy@alibaba-inc.com>
2022-08-24 18:11:15 +08:00
Cathy0908 4ed4974eab
update config template and fix some bugs (#134)
* update yolox config template and fix bugs
2022-07-27 10:25:37 +08:00
Cathy0908 fe081c8aba
add torchacc, support swin (#105)
* add torchacc, support swin
2022-07-27 10:22:44 +08:00
Cathy0908 b2c8f0ef4d
add detection benchmark model ConvViTDet for FastConvMAE (#121)
* add conv vitdet and modelzoo
2022-07-18 17:11:41 +08:00
Chen Jiayu 0b472bacf1
refactor detection, support detr and dab-detr (#104)
refactor detection, support detr and dab-detr
2022-07-11 14:52:49 +08:00
Cathy0908 e09572895b
refactor fp16 (#94)
* refactor fp16 and fix AMPFP16OptimizerHook
2022-06-21 16:16:09 +08:00
Cathy0908 b737027aa4
remove useless import and optimize imports (#84) 2022-06-13 10:29:41 +08:00
Chen Jiayu e61488d319
Support ViTDet algo (#35)
* adapt mmlab modules
* add vitdet
* support conv aggregation
* modify vitdet load pretrained
* support fp16
* modify defaultformatbundle
* modify aug
* bugfix sampler
* bugfix mmresize
* bugfix fp16&nonetype
* bugfix filterannotation
* support dlc
* bugfix dist
* bugfix detsourcecoco
* smodify mmdet_parse_losses
* bugfix nan
* bugfix eval
* bugfix data=nonetype
* modify resize_embed
* support vitdet_conv
* add vitdet_conv init_weight
* add test_vitdet
* uniform rand_another
* uniform use fp16 method
* add test_fp16

Co-authored-by: jiangnana.jnn <jiangnana.jnn@alibaba-inc.com>
2022-06-10 21:49:32 +08:00
zouxinyi0625 3af93bdac5
YOLOX End2end & Blade Support (#66)
* support export with jit.trace and jit.script and end2end
2022-06-08 20:41:15 +08:00
Cathy0908 b5fb2b70c7
[feature]: support mmdet models config (#25)
* support mmdet models

* add mmlab_models_usage_guide.md

* remove tools/test.py
2022-05-11 17:44:06 +08:00
Xiaohe You 10266f54a7
update quantize.py code version (#44)
* compression tutorial

* add details of compression tutorial

* add env of compression tutorial

* update quantize.py code version
2022-05-07 16:07:07 +08:00
Cathy0908 828decd275
fix gpu_collect error (#46) 2022-04-29 14:31:58 +08:00
Chen Jiayu cdb2366725
Merge pull request #19 from wenmengzhou/fix/cls_predictor
Fix: classifier run inference error
2022-04-22 15:37:47 +08:00
Cathy0908 13ff8263b3
remove all imports in easycv.utils.__init__ (#21) 2022-04-22 15:22:43 +08:00
wenmeng.zwm 7534a80195 add unittest and fix another bug using cls_head with_avg_pool=True 2022-04-21 16:07:33 +08:00
wenmeng.zwm 2a7eac471d fix cls predictor error 2022-04-21 11:53:44 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00