yjh0410 39fabc437a add DETR 1 an în urmă
..
config 39fabc437a add DETR 1 an în urmă
datasets 08c2c7343d modify codes 1 an în urmă
evaluator 417bebcb30 release YOLOF-R18 1 an în urmă
models 39fabc437a add DETR 1 an în urmă
utils f8eb52e694 fix a bug 1 an în urmă
.gitignore 264112178f build a new YOLO-Tutorial project for my book 1 an în urmă
LICENSE 264112178f build a new YOLO-Tutorial project for my book 1 an în urmă
README.md 264112178f build a new YOLO-Tutorial project for my book 1 an în urmă
benchmark.py 89238cc658 üpdate FPS 1 an în urmă
demo.py 264112178f build a new YOLO-Tutorial project for my book 1 an în urmă
engine.py fb0406e314 modify lr warmup with grad accumulate 1 an în urmă
test.py 1f595ed921 release YOLOF-R18 1 an în urmă
train.py f8eb52e694 fix a bug 1 an în urmă
train.sh ed2c4ac934 update 1 an în urmă

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