This implementation is based on Zihao Zhang's implementation. Thanks to him!
Convert the Darknet model using the following command:
wget https://pjreddie.com/media/files/yolov3.weights -O weights/yolov3.weights
python convert.py --weights weights/yolov3.weights --output weights/yolov3.tf