Cathy0908
5ac6381758
add error code ( #146 )
...
* add error code
2022-09-19 16:07:04 +08:00
zzoneee
0cb91de0cb
add DeiT III ( #171 )
...
1.Add a backbone: deitiii.
2.Add an optimizer: lamb.
3.Add a sampler: RASampler.
4.Add a lr update hook: CosineAnnealingWarmupByEpochLrUpdaterHook.
5.In easycv/models/classification/classification.py, I remove the default mixup_cfg to keep the classification.py clean.
2022-09-14 15:24:54 +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
yhq
3c6c2c0b6f
add mask2former algo ( #115 )
...
add mask2former algo
support panopitc pipeline
add segment predictor
2022-08-08 18:17:01 +08:00
Cathy0908
6404c249f5
add analyse tools ( #133 )
...
* add analyse tools and model performance
2022-07-27 10:52:05 +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
368378b2af
add Fast ConvMAE ( #101 )
...
* add Fast ConvMAE and Fast ConvMAE benchmark
2022-07-08 12:11:37 +08:00
Cathy0908
e09572895b
refactor fp16 ( #94 )
...
* refactor fp16 and fix AMPFP16OptimizerHook
2022-06-21 16:16:09 +08:00
Chen Jiayu
5110de7635
remove RPNHeadNorm, adapted in mmlab_utils ( #90 )
...
* remove RPNHeadNorm, adapted in mmlab_utils
2022-06-16 15:53:43 +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
Cathy0908
00f2e2eb64
fix eval metric during training and add metric unittest ( #67 )
...
* fix eval metric during training and add metric unittest
2022-05-19 16:07:36 +08:00
Cathy0908
d5e2964865
[bugfix]: fix DistEvalHook missing vis_config ( #28 )
...
* fix DistEvalHook missing vis_config
2022-04-26 10:13:31 +08:00
Cathy0908
13ff8263b3
remove all imports in easycv.utils.__init__ ( #21 )
2022-04-22 15:22:43 +08:00
Cathy0908
9a3826f0d2
[Feature]: support image visualization for tensorboard and wandb ( #15 )
...
* [Feature]: support image visualization for tensorboard and wandb
2022-04-21 20:48:58 +08:00
wenmeng.zwm
055deba53e
initial commit
2022-04-02 20:01:06 +08:00