|
|
8 months ago | |
|---|---|---|
| .. | ||
| config | 8 months ago | |
| datasets | 1 year ago | |
| evaluator | 1 year ago | |
| models | 8 months ago | |
| utils | 1 year ago | |
| .gitignore | 1 year ago | |
| LICENSE | 1 year ago | |
| README.md | 1 year ago | |
| benchmark.py | 1 year ago | |
| demo.py | 1 year ago | |
| engine.py | 1 year ago | |
| test.py | 1 year ago | |
| train.py | 1 year ago | |
| train.sh | 1 year ago | |
The codebase of my research of General Object Detection
We recommend you to use Anaconda to create a conda environment:
conda create -n odlab python=3.8
Then, activate the environment:
conda activate odlab
Requirements:
pip install -r requirements.txt
My torch environment: