YOLOv3_TensorFlow源码
This is my implementation of YOLOv3 in pure TensorFlow. It contains the full pipeline of training and evaluation on your own dataset. The key features of this repo are: Efficient tf.data pipeline Weights converter (converting pretrained darknet weights on COCO dataset to TensorFlow checkpoint.) Ext
用户评论