Commit Graph

34 Commits (ae51a8c341b971d423320a974bc64ea99eecf62a)

Author SHA1 Message Date
jiangnana.jnn ae51a8c341 fix mmlab utils
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10316166

    * fix mmlab utils
2022-10-11 13:47:35 +08:00
wenmeng.zwm 7633707435 fix check numpy version error hint 2022-09-30 11:15:09 +08:00
wenmeng.zwm a3cf4ae609 add numpy version check
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10254577
2022-09-26 16:10:46 +08:00
Cathy0908 5dfe7b2898
update some predcitors, support batch inference (#195)
update some predcitors, support batch inference
2022-09-20 10:04:42 +08:00
Cathy0908 5ac6381758
add error code (#146)
* add error code
2022-09-19 16:07:04 +08:00
wenmeng.zwm bf43e8a25b merge github master 2022-09-08 10:38:31 +08:00
wenmeng.zwm 962a057f4c [to 43878396] fix conflict with mmdet when using EasyCV
when adapt for mmlab, the original modules will be changed,  which will make argument error when using mmdet original config and interface
1.  add interface for removing adaptation for mmlab
2.  register copy of mmlab module into easycv
3.  bump internal version to 0.6.3.1

Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10059050
2022-09-08 09:55:18 +08:00
Cathy0908 bcfb11e893
fix there is no error log when run in subprocess (#179)
fix there is no error log when run in subprocess
2022-09-02 17:23:15 +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
jiangnana.jnn 778d0ec43c fix mmlab utils
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9943746

    * fix mmlab utils
2022-08-30 14:06:30 +08:00
yhq f271b04651
[bugfix]YOLOXLrUpdaterHook conflict (#169)
* bugfix: YOLOXLrUpdaterHook conflict
KeyError: 'YOLOXLrUpdaterHook is already registered in hook'
KeyError: 'YOLOXLrUpdaterHook is not in the hook registry'
2022-08-29 13:58:19 +08:00
jiangnana.jnn 05a17c29ba remove PreLoggerHook
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9909690

    * remove PreLoggerHook
2022-08-26 14:02:54 +08:00
jiangnana.jnn f78b08954f update to_ms_config
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9897512

    * update to_ms_config
2022-08-25 16:57:56 +08:00
jiangnana.jnn bc64851614 update to_ms_config
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9891090

    * update to_ms_config
2022-08-25 15:31:57 +08:00
jiangnana.jnn 49dd7c2359 update to_ms_config
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9877762

    * update to_ms_config
2022-08-24 19:21:25 +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
jiangnana.jnn 0f74adb848 add predict pipeline
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9828601

    * add predict pipeline
2022-08-23 19:52:52 +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 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
Chen Jiayu 9424cc9660
vitdet visualize and predictor (#102)
*vitdet bugfix

* support vitdet_predictor
2022-06-30 09:35:27 +08:00
Chen Jiayu 7e56b507f1
vitdet bugfix (#103)
* vitdet bugfix
2022-06-22 18:07:44 +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
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
Chen Jiayu 3ee118f065
Expand cls model zoo (#55)
1. expand cls model zoo
2. uniform load_pretrained
2022-06-01 11:01:29 +08:00
Cathy0908 d76d5d79fc
set multiprocess env for speedup (#77) 2022-06-01 10:16:02 +08:00
Cathy0908 4c1b3145e6
[feature] add segmentation modules (#71)
* add segmentation module & add ResNetV1c & ResNetV1d & add benchmark
2022-05-31 20:19:17 +08:00
Cathy0908 14af96e21d
[feature] add ssl detection benchmark (#58)
* add ssl detection benchmark
* wrape mmdel model with adding init_weights()
2022-05-16 15:03: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
Cathy0908 828decd275
fix gpu_collect error (#46) 2022-04-29 14:31:58 +08:00
Cathy0908 13ff8263b3
remove all imports in easycv.utils.__init__ (#21) 2022-04-22 15:22:43 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00