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

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