Commit Graph

31 Commits (2fe73eee91a248a62c7ee4f313a5450a70e15592)

Author SHA1 Message Date
tuofeilun 734b68c47c
support multi-row first_order_params (#282)
* support multi-row first_order_params
2023-02-14 14:02:12 +08:00
Cathy0908 8d27ce1ed6
remove git lfs (#278)
* remove git lfs
2023-02-09 13:14:16 +08:00
Cathy0908 edfd482718
add mobilenet itag config (#276)
* add mobilenet itag config
2023-02-08 14:09:14 +08:00
yhq 8379127388
add video recognition (#256)
* add x3d swin-video clip-bert video algorithm
2023-01-10 17:33:35 +08:00
gulou 36a3c45efa
add more data source for auto download (#229)
* add caltech, flower, mnist data source

* add det lvis data source

* add pose crowdPose data source

* add pose of OC Human data source

* add pose of mpii data source

* add Seg of voc data source

* add Seg of coco data source

* add Det of wider person datasource

* add Det of african wildlife datasource

* add Det of fruit datasource

* add Det of pet datasource

* add Det of artaxor and tiny person datasource

* add Det of wider face datasource

* add Det of crowd human datasource

* add Det of object365 datasource

* add Seg of coco stuff 10k and 164k datasource

Co-authored-by: Cathy0908 <30484308+Cathy0908@users.noreply.github.com>
2022-12-02 10:57:23 +08:00
tuofeilun 23f2b0e399
Adapt designer (#235)
1. Use original config as startup script. (For details, see refactor config parsing method #225)
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
gulou 645fed2d1b
add data source and support for automatic download (#206)
* add data_source imagenet

* modify data_source imagenet and add unittest

* modify data_source imagenet and modify unittest

* modify voc data_source and modify voc unittest and download Part

* modify coco data_source and modify coco unittest and  add download Part , modify voc data_source

* add dataset metadata Format specification

* add pose download data , modify coco.py and modiy download file function ,add test coco download a part

* modify download file function

* modify download of cifar10 and cifar100

* modify dataset_name  to target_dir

* create download_util and modify function

* modify function

* modify function

* add test case , modify

* modify something

* modify something

* modify something

* modify something

* modify something

* modify something

* add wget

* add wget

* modify

* add new modify

* add new modify

* modify something

* modify something and add something

* modify something and add something

* modify something and add something

* modify something and add something

* modify something and add something

* modify test case

* modify test case

* modify test case

* modify test case

* modify test case
2022-11-04 19:36:37 +08:00
Cathy0908 5f75b22438
move test model to nfs (#222) 2022-11-01 12:09:33 +08:00
yhq 00aa7c2f79
Support_mask2former_semantic (#199)
* add mask2former semantic branch
2022-10-26 17:23:21 +08:00
zouxinyi0625 8a484e88fd
Add yolox jit script model end2end support (#215)
* add yolox jit script model end2end support

* update export.md
2022-10-26 15:09:05 +08:00
Cathy0908 54e9571423
add BEVFormer (#203)
* add BEVFormer and benchmark
2022-10-24 17:20:12 +08:00
jiangnana.jnn 10c2545875 Merge branch 'master_internal_22021012' into merge_master_internal_22021012 2022-10-12 11:24:08 +08:00
tianchu.gtc 0a796ec2f1 更改mask2former接口,适配maas
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10292532

* modify postprocess

* Merge remote-tracking branch 'remotes/origin/master' into mask2former_postprocessing

# Conflicts:
#	tests/ut_config.py

* assert the output value

* add mask2former models to data/test/xxx/models

* fixed train
2022-09-30 15:31:58 +08:00
yhq 397ecf2658
Feature/paddleocr inference (#148)
* add ocr model and convert weights from paddleocrv3
2022-09-28 14:03:16 +08:00
shouzhou.bx 7f106ba446 add wholebody keypoint detection 2022-09-26 17:37:52 +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
wenmeng zhou 1d5edf6d78
Merge pull request #191 from alibaba/easycv_internal_0830
merge internal version into github master
2022-09-14 15:32:46 +08:00
Cathy0908 7301f8c7b6
fix io.copytree (#193) 2022-09-14 12:04:52 +08:00
wenmeng.zwm bf43e8a25b merge github master 2022-09-08 10:38:31 +08:00
zouxinyi0625 9ad1a8f448
Fix YOLOX-Edge problem and update yolox-pai turtorial (#182)
* complete yolox introduction

* fix env problem with nni2.6.1

* fix yolox-edge problem

*  add docker turtorial

* add blade test

* support old export yolox model

Co-authored-by: wuziheng <zhoulou.wzh@alibaba-inc.com>
2022-09-06 17:11:12 +08:00
liangting.zl 2bf7c9f6ff 新增coco-wholebody-hand数据集,新增pck auc epe nme评价指标
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9790242
2022-08-24 19:19:33 +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 b3abdf507f fix unittest
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9809645

    * fix unittest
2022-08-19 15:12:13 +08:00
pengyu.lpy 0128e881d9 add segformer algo
* 将COCO_Stuff_164k数据集增加到了data_hub.md, prepared_data.md, 以及将其对应脚本加到了prepare_data文件夹下面

* 增加了segformer对应的predictor

* 完善docs/source/model_zoo_seg.md中关于segformer的信息
2022-08-18 10:40:18 +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
zouxinyi0625 f2266bc634
Fix yolox detector prediction (#125)
* fix export error

Co-authored-by: zxy <zxy@B-X0GHLVDL-0414.local>
2022-07-14 12:23:57 +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 4c1b3145e6
[feature] add segmentation modules (#71)
* add segmentation module & add ResNetV1c & ResNetV1d & add benchmark
2022-05-31 20:19:17 +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
yhq 04ca0d53c7
Doc/add mae benchmark (#24)
* add mae large to mae benchmark
* fix dataset pipeline bug  when timm using torhvision original pipeline in mae
* add mae fintune unittest

Co-authored-by: yanhaiqiang.yhq <yanhaiqiang.yhq@gitlab.alibaba-inc.com>
2022-04-24 14:53:35 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00