Skip to content

mmderakhshani/YOLO_Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Pytorch (A Real Time Deep-Learning-based Object Detection)

In this repository, we are implementing the article You Only Look Once: Unified, Real-Time Object Detection with PYTORCH framework. This project is in progress. Pretrianed network will be released after final result.

For training, at root of the master directory, run below command in Termianl:

curl -O http://pjreddie.com/media/files/VOCtrainval_11-May-2012.tar
curl -O http://pjreddie.com/media/files/VOCtrainval_06-Nov-2007.tar
curl -O http://pjreddie.com/media/files/VOCtest_06-Nov-2007.tar
tar xf VOCtrainval_11-May-2012.tar
tar xf VOCtrainval_06-Nov-2007.tar
tar xf VOCtest_06-Nov-2007.tar

python voc_label.py
cat 2007_train.txt 2007_val.txt 2012_*.txt > train.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages