yjh0410 00a006b0e1 update 1 年之前
..
config 00a006b0e1 update 1 年之前
datasets 9fcfcadcae update 1 年之前
evaluator 373bd025d1 update 1 年之前
models 37a622a25f update 1 年之前
utils 4a8fa0da6f 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 264112178f build a new YOLO-Tutorial project for my book 1 年之前
demo.py 264112178f build a new YOLO-Tutorial project for my book 1 年之前
engine.py 373bd025d1 update 1 年之前
test.py 373bd025d1 update 1 年之前
train.py 00a006b0e1 update 1 年之前
train.sh 4a8fa0da6f 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