yjh0410 fdc3a2b10a test detr 8 月之前
..
config fdc3a2b10a test detr 8 月之前
datasets caca62c32b update 1 年之前
evaluator 417bebcb30 release YOLOF-R18 1 年之前
models fdc3a2b10a test detr 8 月之前
utils ca92f8b686 update 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 b1bcbb18f8 update 1 年之前
test.py d38ca985c5 debug DETR-R50 training 1 年之前
train.py d38ca985c5 debug DETR-R50 training 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