# General Object Detection Laboratory The codebase of my research of General Object Detection ## Requirements - We recommend you to use Anaconda to create a conda environment: ```Shell conda create -n odlab python=3.8 ``` - Then, activate the environment: ```Shell conda activate odlab ``` - Requirements: ```Shell pip install -r requirements.txt ``` My torch environment: - PyTorch = 2.2.0+cu121 - Torchvision = 0.17.0+cu121