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:
- PyTorch = 2.2.0+cu121
- Torchvision = 0.17.0+cu121