yjh0410 / ODLab

General Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 environment:

  • PyTorch = 1.9.1
  • Torchvision = 0.10.1

At least, please make sure your torch is version 1.x.

About

General Object Detection

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Shell 0.4%