CU-Robosub / Yolo-Train-System

Convolutional Neural Networks
http://pjreddie.com/darknet/
0 stars 0 forks source link

Script to create training set from zips #15

Closed skhadem closed 5 years ago

skhadem commented 5 years ago

closes #4, closes #12

Takes a bunch of zips with labeled data, extracts images, corrects the index of the class in each label, generates config files that are needed to train darknet

skhadem commented 5 years ago

@flamma7 could you merge this when you get a chance