yjh0410 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
..
config 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
datasets 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
evaluator 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
models 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
utils 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
.gitignore 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
LICENSE 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
README.md 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
benchmark.py 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
demo.py 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
engine.py 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
main.py 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
test.py 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ
train.sh 264112178f build a new YOLO-Tutorial project for my book 1 gadu atpakaļ

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