An all-in-one toolkit for computer vision
Go to file
pengyu.lpy 2bf3b55655 add segformer algo
. 增加了segformer的b1, b2, b3, b4几个配置文件。
. 预训练模型,log文件等均已经更新
. 已经从master合并结果
        Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9931529
2022-08-30 19:15:15 +08:00
.github add mask2former algo (#115) 2022-08-08 18:17:01 +08:00
.scripts fix: add missing shell scripts (#47) 2022-04-29 17:04:10 +08:00
benchmarks add detection benchmark model ConvViTDet for FastConvMAE (#121) 2022-07-18 17:11:41 +08:00
configs add segformer algo 2022-08-30 19:15:15 +08:00
data/test 【bug fix】 fix data argumentaion bug 2022-08-27 10:07:11 +08:00
docs add segformer algo 2022-08-30 19:15:15 +08:00
easycv fix mmlab utils 2022-08-30 14:06:30 +08:00
requirements add face-2d-keypoints 2022-08-25 16:57:37 +08:00
resource [Feature]: support image visualization for tensorboard and wandb (#15) 2022-04-21 20:48:58 +08:00
tests fix mmlab utils 2022-08-30 14:06:30 +08:00
thirdparty add mask2former algo (#115) 2022-08-08 18:17:01 +08:00
tools add segformer algo 2022-08-18 10:40:18 +08:00
.gitattributes add segformer algo 2022-08-18 10:40:18 +08:00
.gitignore fix: add missing shell scripts (#47) 2022-04-29 17:04:10 +08:00
.pre-commit-config.yaml initial commit 2022-04-02 20:01:06 +08:00
.readthedocs.yaml feat: readthedocs support & tutorial docs refinement (#29) 2022-04-26 10:38:58 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-04-25 13:33:44 +08:00
LICENSE initial commit 2022-04-02 20:01:06 +08:00
MANIFEST.in [Feature]: support image visualization for tensorboard and wandb (#15) 2022-04-21 20:48:58 +08:00
NOTICE initial commit 2022-04-02 20:01:06 +08:00
README.md add v0.5.0 change_log (#139) 2022-07-27 17:06:17 +08:00
README_zh-CN.md add v0.5.0 change_log (#139) 2022-07-27 17:06:17 +08:00
requirements.txt feat: readthedocs support & tutorial docs refinement (#29) 2022-04-26 10:38:58 +08:00
setup.cfg initial commit 2022-04-02 20:01:06 +08:00
setup.py [Feature]: support image visualization for tensorboard and wandb (#15) 2022-04-21 20:48:58 +08:00

README.md

PyPI Documentation Status license open issues GitHub pull-requests GitHub latest commit

EasyCV

English | 简体中文

Introduction

EasyCV is an all-in-one computer vision toolbox based on PyTorch, mainly focus on self-supervised learning, transformer based models, and SOTA CV tasks including image classification, metric-learning, object detection, pose estimation and so on.

Major features

  • SOTA SSL Algorithms

    EasyCV provides state-of-the-art algorithms in self-supervised learning based on contrastive learning such as SimCLR, MoCO V2, Swav, DINO and also MAE based on masked image modeling. We also provide standard benchmark tools for ssl model evaluation.

  • Vision Transformers

    EasyCV aims to provide an easy way to use the off-the-shelf SOTA transformer models trained either using supervised learning or self-supervised learning, such as ViT, Swin-Transformer and Shuffle Transformer. More models will be added in the future. In addition, we support all the pretrained models from timm.

  • Functionality & Extensibility

    In addition to SSL, EasyCV also support image classification, object detection, metric learning, and more area will be supported in the future. Although convering different area, EasyCV decompose the framework into different componets such as dataset, model, running hook, making it easy to add new compoenets and combining it with existing modules.

    EasyCV provide simple and comprehensive interface for inference. Additionaly, all models are supported on PAI-EAS, which can be easily deployed as online service and support automatic scaling and service monitoring.

  • Efficiency

    EasyCV support multi-gpu and multi worker training. EasyCV use DALI to accelerate data io and preprocessing process, and use TorchAccelerator and fp16 to accelerate training process. For inference optimization, EasyCV export model using jit script, which can be optimized by PAI-Blade

Installation

Please refer to the installation section in quick_start.md for installation.

Get Started

Please refer to quick_start.md for quick start. We also provides tutorials for more usages.

notebook

Model Zoo

Please refer to the following model zoo for more details.

Data Hub

EasyCV have collected dataset info for different senarios, making it easy for users to fintune or evaluate models in EasyCV modelzoo.

Please refer to data_hub.md.

ChangeLog

  • 28/07/2022 EasyCV v0.5.0 was released.

    • Self-Supervised support ConvMAE algorithm
    • Classification support EfficientFormer algorithm
    • Detection support FCOS、DETR、DAB-DETR and DN-DETR algorithm
    • Segmentation support UperNet algorithm
    • Support use torchacc to speed up training
    • Support use analyze tools
  • 23/06/2022 EasyCV v0.4.0 was released.

    • Add semantic segmentation modules, support FCN algorithm
    • Expand classification model zoo
    • Support export model with blade for yolox
    • Support ViTDet algorithm
    • Add sailfish for extensible fully sharded data parallel training
    • Support run with mmdetection models
  • 31/04/2022 EasyCV v0.3.0 was released.

    • Update moby pretrained model to deit small
    • Add mae vit-large benchmark and pretrained models
    • Support image visualization for tensorboard and wandb
  • 07/04/2022 EasyCV v0.2.2 was released.

Please refer to change_log.md for more details and history.

License

This project licensed under the Apache License (Version 2.0). This toolkit also contains various third-party components and some code modified from other repos under other open source licenses. See the NOTICE file for more information.

Contact

This repo is currently maintained by PAI-CV team, you can contact us by

Enterprise Service

If you need EasyCV enterprise service support, or purchase cloud product services, you can contact us by DingDing Group.

dingding_qrcode