yjh0410 0edc875536 update 1 year ago
..
config 33a540e834 optimize code style 1 year ago
datasets 08c2c7343d modify codes 1 year ago
evaluator 417bebcb30 release YOLOF-R18 1 year ago
models 0edc875536 update 1 year ago
utils ed2c4ac934 update 1 year ago
.gitignore 264112178f build a new YOLO-Tutorial project for my book 1 year ago
LICENSE 264112178f build a new YOLO-Tutorial project for my book 1 year ago
README.md 264112178f build a new YOLO-Tutorial project for my book 1 year ago
benchmark.py 89238cc658 üpdate FPS 1 year ago
demo.py 264112178f build a new YOLO-Tutorial project for my book 1 year ago
engine.py fb0406e314 modify lr warmup with grad accumulate 1 year ago
test.py 1f595ed921 release YOLOF-R18 1 year ago
train.py fb0406e314 modify lr warmup with grad accumulate 1 year ago
train.sh ed2c4ac934 update 1 year ago

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