yjh0410 caca62c32b update il y a 1 an
..
config fea233e774 add FCOS-PSS il y a 1 an
datasets caca62c32b update il y a 1 an
evaluator 417bebcb30 release YOLOF-R18 il y a 1 an
models fea233e774 add FCOS-PSS il y a 1 an
utils ca92f8b686 update il y a 1 an
.gitignore 264112178f build a new YOLO-Tutorial project for my book il y a 1 an
LICENSE 264112178f build a new YOLO-Tutorial project for my book il y a 1 an
README.md 264112178f build a new YOLO-Tutorial project for my book il y a 1 an
benchmark.py 89238cc658 üpdate FPS il y a 1 an
demo.py 264112178f build a new YOLO-Tutorial project for my book il y a 1 an
engine.py b1bcbb18f8 update il y a 1 an
test.py d38ca985c5 debug DETR-R50 training il y a 1 an
train.py d38ca985c5 debug DETR-R50 training il y a 1 an
train.sh ed2c4ac934 update il y a 1 an

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