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

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