yjh0410 37a622a25f update 1 rok temu
..
config 9fcfcadcae update 1 rok temu
datasets 9fcfcadcae update 1 rok temu
evaluator 373bd025d1 update 1 rok temu
models 37a622a25f update 1 rok temu
utils 9fcfcadcae update 1 rok temu
.gitignore 264112178f build a new YOLO-Tutorial project for my book 1 rok temu
LICENSE 264112178f build a new YOLO-Tutorial project for my book 1 rok temu
README.md 264112178f build a new YOLO-Tutorial project for my book 1 rok temu
benchmark.py 264112178f build a new YOLO-Tutorial project for my book 1 rok temu
demo.py 264112178f build a new YOLO-Tutorial project for my book 1 rok temu
engine.py 373bd025d1 update 1 rok temu
main.py 9fcfcadcae update 1 rok temu
test.py 373bd025d1 update 1 rok temu
train.sh 264112178f build a new YOLO-Tutorial project for my book 1 rok temu

README.md

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:

    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