/GHD-helper

Primary LanguagePython

GHD-helper

Powered by YOLOv3(https://pjreddie.com/darknet/yolo/)

data_convert.py

Just use is to convert labeled data to YOLO format data

split_video.py

  1. Install OpenCV-Python
  2. Set the input video name in line 2
  3. Set the intervals for cutting video in line 7
  4. Create a folder in the same directory of split.video.py and set it as the output path in line 8.

shuffle_datalist.py