Metadata-Version: 2.1
Name: gorilla-core
Version: 0.2.3
Summary: ToolBox Package for Gorilla-Lab using PyTorch
Home-page: UNKNOWN
Author: Gorilla Authors
Author-email: mszhihaoliang@mail.scut.edu.cn
License: MIT
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: torch (>=1.1.0)
Requires-Dist: torchvision
Requires-Dist: tensorboard
Requires-Dist: terminaltables
Requires-Dist: gpustat
Requires-Dist: pyyaml
Requires-Dist: addict
Requires-Dist: yapf
Requires-Dist: termcolor
Requires-Dist: tabulate
Requires-Dist: opencv-python
Requires-Dist: scikit-image
Requires-Dist: ipdb
Requires-Dist: ipython

[![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
- TODO


## Installation
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
- [ ] fix trainer
- [ ] add base losses
- [ ] simplify the pipeline
- [ ] To be continue




