Metadata-Version: 2.1
Name: zcls
Version: 0.8.0
Summary: Object Classification Training/Inferring Framework 
Home-page: https://github.com/ZJCV/ZCls
Author: zj
Author-email: wy163zhuj@163.com
License: UNKNOWN
Description: <div align="right">
          Language:
            🇺🇸
          <a title="Chinese" href="./README.zh-CN.md">🇨🇳</a>
        </div>
        
         <div align="center"><a title="" href="git@github.com:ZJCV/ZCls.git"><img align="center" src="./imgs/ZCls.png"></a></div>
        
        <p align="center">
          «ZCls» is a classification model training/inferring framework 
        <br>
        <br>
          <a href="https://github.com/RichardLitt/standard-readme"><img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square"></a>
          <a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg"></a>
          <a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"></a>
          <a href="https://pypi.org/project/zcls/"><img src="https://img.shields.io/badge/PYPI-zcls-brightgreen"></a>
          <a href='https://zcls.readthedocs.io/en/latest/?badge=latest'>
            <img src='https://readthedocs.org/projects/zcls/badge/?version=latest' alt='Documentation Status' />
          </a>
        </p>
        
        Supported Recognizers:
        
        <p align="center">
        <img align="center" src="./imgs/roadmap.svg">
        </p>
        
        *Refer to [roadmap](https://zcls.readthedocs.io/en/latest/roadmap/) for details*
        
        ## Table of Contents
        
        - [Table of Contents](#table-of-contents)
        - [Background](#background)
        - [Installation](#installation)
        - [Usage](#usage)
        - [Maintainers](#maintainers)
        - [Thanks](#thanks)
        - [Contributing](#contributing)
        - [License](#license)
        
        ## Background
        
        In the fields of object detection/object segmentation/action recognition, there have been many training frameworks with high integration and perfect process, such as [facebookresearch/detectron2](https://github.com/facebookresearch/detectron2), [open-mmlab/mmaction2](https://github.com/open-mmlab/mmaction2) ...
        
        Object classification is the most developed and theoretically basic field in deeplearning. Referring to the existing training framework, a training/inferring framework based on object classification model is implemented. I hope ZCls can bring you a better realization.
        
        ## Installation
        
        See [INSTALL](https://zcls.readthedocs.io/en/latest/install/)
        
        ## Usage
        
        How to train, see [Get Started with ZCls](https://zcls.readthedocs.io/en/latest/get-started/)
        
        Use builtin datasets, see [Use Builtin Datasets](https://zcls.readthedocs.io/en/latest/builtin-datasets/)
        
        Use custom datasets, see [Use Custom Datasets](https://zcls.readthedocs.io/en/latest/custom-datasets/)
        
        Use pretrained model, see [Use Pretrained Model](https://zcls.readthedocs.io/en/latest/pretrained-model/)
        
        ## Maintainers
        
        * zhujian - *Initial work* - [zjykzj](https://github.com/zjykzj)
        
        ## Thanks
        
        ```
        @misc{ding2021repvgg,
              title={RepVGG: Making VGG-style ConvNets Great Again}, 
              author={Xiaohan Ding and Xiangyu Zhang and Ningning Ma and Jungong Han and Guiguang Ding and Jian Sun},
              year={2021},
              eprint={2101.03697},
              archivePrefix={arXiv},
              primaryClass={cs.CV}
        }
        
        @misc{fan2020pyslowfast,
          author =       {Haoqi Fan and Yanghao Li and Bo Xiong and Wan-Yen Lo and
                          Christoph Feichtenhofer},
          title =        {PySlowFast},
          howpublished = {\url{https://github.com/facebookresearch/slowfast}},
          year =         {2020}
        }
        
        @misc{zhang2020resnest,
              title={ResNeSt: Split-Attention Networks}, 
              author={Hang Zhang and Chongruo Wu and Zhongyue Zhang and Yi Zhu and Haibin Lin and Zhi Zhang and Yue Sun and Tong He and Jonas Mueller and R. Manmatha and Mu Li and Alexander Smola},
              year={2020},
              eprint={2004.08955},
              archivePrefix={arXiv},
              primaryClass={cs.CV}
        }
        
        @misc{han2020ghostnet,
              title={GhostNet: More Features from Cheap Operations}, 
              author={Kai Han and Yunhe Wang and Qi Tian and Jianyuan Guo and Chunjing Xu and Chang Xu},
              year={2020},
              eprint={1911.11907},
              archivePrefix={arXiv},
              primaryClass={cs.CV}
        }
        
        @misc{ding2019acnet,
              title={ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks}, 
              author={Xiaohan Ding and Yuchen Guo and Guiguang Ding and Jungong Han},
              year={2019},
              eprint={1908.03930},
              archivePrefix={arXiv},
              primaryClass={cs.CV}
        }
        
        @misc{howard2019searching,
              title={Searching for MobileNetV3}, 
              author={Andrew Howard and Mark Sandler and Grace Chu and Liang-Chieh Chen and Bo Chen and Mingxing Tan and Weijun Wang and Yukun Zhu and Ruoming Pang and Vijay Vasudevan and Quoc V. Le and Hartwig Adam},
              year={2019},
              eprint={1905.02244},
              archivePrefix={arXiv},
              primaryClass={cs.CV}
        }
        ```
        
        *For more thanks, check [THANKS](./THANKS)*
        
        ## Contributing
        
        Anyone's participation is welcome! Open an [issue](https://github.com/ZJCV/ZCls/issues) or submit PRs.
        
        Small note:
        
        * Git submission specifications should be complied
          with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
        * If versioned, please conform to the [Semantic Versioning 2.0.0](https://semver.org) specification
        * If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme)
          specification.
        
        ## License
        
        [Apache License 2.0](LICENSE) © 2020 zjykzj
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
