Metadata-Version: 1.0
Name: gorilla-core
Version: 0.2.5.3
Summary: ToolBox Package for Gorilla-Lab using PyTorch
Home-page: UNKNOWN
Author: Gorilla Authors
Author-email: mszhihaoliang@mail.scut.edu.cn
License: MIT
Description: [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        # gorilla-core
        
        created by [GorillaLab](empty)
        
        ## Introduction
        A toolbox for learning task for Gorilla-Lab
        
        ## Documents
        - [API](docs/API_manual.md)
        - [transfer](docs/transfer_manual.md)
        
        
        ## Installation
        You can install directly by `pip`
        ```sh
        pip install gorilla-core
        ```
        Run this command in project directory
        ```sh
        python setup.py install(develop)
        ```
        
        
        
        ## Reference By
        - [open-mmlab/mmcv](https://github.com/open-mmlab/mmcv)
        - [open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)
        - [facebookresearch/detectron2](https://github.com/facebookresearch/detectron2)
        
        
        # TODO
        - [x] add utils
        - [x] fix build
        - [x] init BaseSovler
        - [ ] hook design
        - [ ] support registry
        - [ ] To be continue
        
        # Changelog
        TODO
        
Platform: UNKNOWN
