yjh0410 08c2c7343d modify codes 1 vuosi sitten
..
config 08c2c7343d modify codes 1 vuosi sitten
datasets 08c2c7343d modify codes 1 vuosi sitten
evaluator 373bd025d1 update 1 vuosi sitten
models 08c2c7343d modify codes 1 vuosi sitten
utils 08c2c7343d modify codes 1 vuosi sitten
.gitignore 264112178f build a new YOLO-Tutorial project for my book 1 vuosi sitten
LICENSE 264112178f build a new YOLO-Tutorial project for my book 1 vuosi sitten
README.md 264112178f build a new YOLO-Tutorial project for my book 1 vuosi sitten
benchmark.py 264112178f build a new YOLO-Tutorial project for my book 1 vuosi sitten
demo.py 264112178f build a new YOLO-Tutorial project for my book 1 vuosi sitten
engine.py 08c2c7343d modify codes 1 vuosi sitten
test.py 373bd025d1 update 1 vuosi sitten
train.py 08c2c7343d modify codes 1 vuosi sitten
train.sh 4a8fa0da6f update 1 vuosi sitten

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