"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

May 10, 2019

Day #248 - Custom Yolo Detection Lessons on Windows


  1. Two versions of Yolo, darkflow-master vs Darknet. Darknet - written in C and CUDA, Darkflow - YOLO on TensorFlow
  2. Darknet Annotations .txt format
  3. Darkflow Annotations xml format
  4. After Custom Training Error in model - #IOError: [Errno 2] No such file or directory: 'labels.txt'
  5. Edit file in path of D:\darkflow-master\darkflow-master\darkflow\defaults.py - Provide full paths of the file location for labels, checkpoint
How to train YOLOv3 on Google COLAB to detect custom objects (e.g: Gun detection)

Happy Mastering DL!!!

No comments: