Commit Graph

219 Commits (c14c41a0d3451ca7173d238c5ffabb56776fa22e)
 

Author SHA1 Message Date
yhq c14c41a0d3
Add mask2former tutorials (#228) 2022-11-07 10:22:46 +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 bf6debfc4f
add release note for 0.7.0 (#226)
* add release note for 0.7.0
2022-11-03 15:58:13 +08:00
Cathy0908 55c9d8d270
modify citest to install package (#223)
* modify citest from source code to install
2022-11-03 11:53:18 +08:00
tuofeilun 8fa2f6ea40
Support NNI hpo (#211)
* support hpo using NNI
2022-11-01 15:28:16 +08:00
Cathy0908 5f75b22438
move test model to nfs (#222) 2022-11-01 12:09:33 +08:00
Cathy0908 7f08eb6b3f
merge internal master 20221027 (#216)
* avoid numpy version check when xtcocotools can be imported 

Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10377599

* * move thirdparty into easycv
 * fix code style
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10395748

    * move thirdparty into easycv

* fix missing thirdparty/deformable_attention/src when build package

* optimize ci_test

* update version to 0.6.3.8 
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10412059

    * update version to 0.6.3.8

* fix face keypoints bugs in FT

* update version to 0.6.3.9 
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10443200

    * update version to 0.6.3.9

* fix import thirdparty

* fix unittest

* fix unittest

Co-authored-by: wenmeng.zwm <wenmeng.zwm@alibaba-inc.com>
Co-authored-by: shouzhou.bx <shouzhou.bx@alibaba-inc.com>
2022-11-01 10:48:12 +08:00
Cathy0908 39673768f7
Fix predictor with numpy and PIL input (#221)
* fix predictor with numpy and PIL imput
2022-11-01 10:47:38 +08:00
zouxinyi0625 f19a05a536
fix yolox export error when output is empty (#217)
* fix yolox export error when output is empty
2022-10-28 10:26:53 +08:00
wenmeng zhou 8e3bf8c0dd
update readme (#218) 2022-10-27 19:09:31 +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
wenmeng zhou 90fee5bf6b
Merge pull request #207 from alibaba/merge_master_internal_22021012
Merge master internal 22021012
2022-10-19 10:31:59 +08:00
wenmeng zhou f58d249d11
avoid unnecessarily loading backbone weights from url for predictor (#212) 2022-10-14 17:42:07 +08:00
jiangnana.jnn cb86523179 Merge branch 'merge_master_internal_22021012' of github.com:alibaba/EasyCV into merge_master_internal_22021012 2022-10-12 13:37:10 +08:00
jiangnana.jnn 2a92f67ac2 fix code check 2022-10-12 13:29:13 +08:00
Cathy0908 05578f76a9
Merge branch 'master' into merge_master_internal_22021012 2022-10-12 12:00:41 +08:00
wenmeng zhou 1e1afbfd0e
fix: import YoloxPredictor (#205)
* import yoloxpredictor
2022-10-12 11:32:26 +08:00
jiangnana.jnn 10c2545875 Merge branch 'master_internal_22021012' into merge_master_internal_22021012 2022-10-12 11:24:08 +08:00
jiangnana.jnn dd47ceb6ef update version
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10358706

    * update version
2022-10-12 11:02:18 +08:00
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
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 513e0d060a
remove unused dependency (#204)
* remove unused dependency
2022-09-30 11:26:36 +08:00
wenmeng.zwm 7633707435 fix check numpy version error hint 2022-09-30 11:15:09 +08:00
yhq 397ecf2658
Feature/paddleocr inference (#148)
* add ocr model and convert weights from paddleocrv3
2022-09-28 14:03:16 +08:00
Cathy0908 bb68fcbf5c
fix test_prun oom (#202) 2022-09-28 12:47:11 +08:00
jiangnana.jnn 0c992540ed fix predictor 2022-09-27 15:39:49 +08:00
jiangnana.jnn 2856af7f42 fix cpu inference
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10267433

    * fix cpu inference
2022-09-27 12:30:38 +08:00
shouzhou.bx 7f106ba446 add wholebody keypoint detection 2022-09-26 17:37:52 +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
zzoneee 4d9f019ad4
add DeiT III info to Model Zoo (#201) 2022-09-26 15:22:55 +08:00
wenmeng zhou aad039b60f
Merge pull request #200 from alibaba/merge_master_internal_22020923
Merge master internal 20220923
2022-09-23 16:45:33 +08:00
jiangnana.jnn 893d879b44 Merge branch 'github_master' 2022-09-23 15:10:22 +08:00
jiangnana.jnn 99b3cd9a82 remove optimizer registry
* remove optimzer registry
 * update version
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10218900

    * remove optimzer registry and update version
2022-09-23 14:01:45 +08:00
Cathy0908 7a89d1b7b8
refactor yolox predictor, support batch inference (#198)
* update yolox predictor
2022-09-23 13:51:06 +08:00
jiangnana.jnn 9b63c7cd69 update version
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10206011

    * update version
2022-09-21 20:59:48 +08:00
jiangnana.jnn eb7653ee05 update version
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10191172

    * update version
2022-09-21 15:53:23 +08:00
jiangnana.jnn 061d9f7ff8 fix unittest for test_prune
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/10201563

    * fix unittest for test_prune
2022-09-21 14:38:58 +08:00
wenmeng.zwm 608949b936 Merge branch 'master_github' 2022-09-20 19:59:05 +08:00
shouzhou.bx f9566c7027 fix face 2d keypoints devices bug 2022-09-20 16:10:23 +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
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 b376d84fe0
add train memory (#178)
* add train memory
2022-09-19 18:00:34 +08:00
Cathy0908 5ac6381758
add error code (#146)
* add error code
2022-09-19 16:07:04 +08:00
zzoneee ad78dfd3a1
fix DeiTIII cr bug (#196)
* fixbug_DeiTIII and rename vit_transfomer_dynamic.py to vit_transformer_dynamic.py
2022-09-17 11:21:47 +08:00
tuofeilun 9f01a37ad4
Refactor ViTDet backbone and simple feature pyramid (#177)
1. The vitdet backbone implemented by d2 is about 20% faster than the vitdet backbone originally reproduced by easycv.
2. 50.57 -> 50.65
2022-09-16 11:03:53 +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
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
wenmeng.zwm a73667708c Merge branch 'master' of gitlab.alibaba-inc.com:pai-vision/EasyCV into easycv_internal_0830 2022-09-14 14:05:57 +08:00