How to Implement YoloV3 in Tensorflow 2.0

#artificialintelligence 

This repo provides a clean implementation of YoloV3 in TensorFlow 2.0 using all the best practices. I have created a complete tutorial on how to train from scratch using the VOC2012 Dataset. For customzied training, you need to generate tfrecord following the TensorFlow Object Detection API. For example you can use Microsoft VOTT to generate such dataset. You can also use this script to create the pascal voc dataset.