1
0
mirror of https://github.com/alibaba/EasyCV.git synced 2025-06-02 22:29:12 +08:00
Commit Graph

14 Commits

Author SHA1 Message Date
tuofeilun
23f2b0e399
Adapt designer ()
1. Use original config as startup script. (For details, see refactor config parsing method )
2. Refactor the splicing rules of the check_base_cfg_path function in the EasyCV/easycv/utils/config_tools.py
3. Support three ways to pass class_list parameter.
4. Fix the bug that clsevalutor may make mistakes when evaluating top5.
5. Fix the bug that the distributed export cannot export the model.
6. Fix the bug that the load pretrained model key does not match.
7. support cls data source itag.
2022-12-01 17:47:10 +08:00
Cathy0908
f8c9a9a1c9
Improve the performance of bevformer ()
Improve the performance of bevformer

* add hybrid brach ()

Co-authored-by: yhq <yanhaiqiang.yhq@alibaba-inc.com>
2022-11-23 21:32:08 +08:00
tuofeilun
8fa2f6ea40
Support NNI hpo ()
* support hpo using NNI
2022-11-01 15:28:16 +08:00
zzoneee
0cb91de0cb
add DeiT III ()
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 ()
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
Cathy0908
fe081c8aba
add torchacc, support swin ()
* add torchacc, support swin
2022-07-27 10:22:44 +08:00
yhq
6b8b04db72
add upernet algo ()
* add upernet algo
* fix import onnx bug
2022-07-12 11:14:09 +08:00
Chen Jiayu
0b472bacf1
refactor detection, support detr and dab-detr ()
refactor detection, support detr and dab-detr
2022-07-11 14:52:49 +08:00
Chen Jiayu
3ee118f065
Expand cls model zoo ()
1. expand cls model zoo
2. uniform load_pretrained
2022-06-01 11:01:29 +08:00
Cathy0908
d76d5d79fc
set multiprocess env for speedup () 2022-06-01 10:16:02 +08:00
Cathy0908
b5fb2b70c7
[feature]: support mmdet models config ()
* support mmdet models

* add mmlab_models_usage_guide.md

* remove tools/test.py
2022-05-11 17:44:06 +08:00
Cathy0908
c6ad4c7858
fix multi-process reading of detection datasource and accelerate data preprocessing ()
* fix multi-process reading of detection datasource and accelerate data preprocessing
2022-04-26 14:03:28 +08:00
Cathy0908
13ff8263b3
remove all imports in easycv.utils.__init__ () 2022-04-22 15:22:43 +08:00
wenmeng.zwm
055deba53e initial commit 2022-04-02 20:01:06 +08:00