wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 580 forks source link

single image input or batch input for converted weight? #235

Open ZUB41R opened 4 years ago

ZUB41R commented 4 years ago

Hi. First of all, thank you so much for sharing this nice work. I am trying to use batch input for inference with the converted weights but it seems the converted weight is detecting only in single image?