Metadata-Version: 2.1
Name: gorilla-core
Version: 0.2.7.6
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: tqdm
Requires-Dist: tensorboardX
Requires-Dist: gpustat
Requires-Dist: pyyaml
Requires-Dist: addict
Requires-Dist: yapf
Requires-Dist: termcolor
Requires-Dist: tabulate
Requires-Dist: pynvml
Requires-Dist: pytest
Requires-Dist: lmdb

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# gorilla-core
A lightly library for computer vision research.

created by [GorillaLab]([empty](https://github.com/Gorilla-Lab-SCUT))

## Introduction
A toolbox for learning task for Gorilla-Lab

## Documents
- [API](docs/API_manual.md)(Chinese)


## 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)
- [rwightman/pytorch-image-models](https://github.com/rwightman/pytorch-image-models)


# TODO
- [x] add utils
- [x] fix build
- [x] init BaseSovler
- [x] support registry
- [x] distributed
- [ ] hook design
- [ ] merging some timm components
- [ ] To be continue

# Changelog
TODO


