Skip to content

duongphamminhdung/PyTorch_YOLOv2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch_YOLOv2

custom augmentation for training yolov2 model with voc dataset

Setting up for the training

  • from the setup folder:
sh setup1.sh
  • After running the first set up file:
conda activate simp
sh setup2.sh
  • This is compatible for training using Google collab (which I used while training this), but making a ssh connection with the GPU is recommended

Training

sh train.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Shell 3.0%