sicara / tf2-yolov4

A TensorFlow 2.0 implementation of YOLOv4: Optimal Speed and Accuracy of Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training on custom dataset

RaphaelMeudec opened this issue · comments

  • Add YOLO Loss from YOLOv3
  • Convert box annotations to a format adapted to the YOLO loss
  • Load a training set from an annotation file
  • Colab example on Pascal VOC
  • Colab example on custom example