llSourcell / YOLO_Object_Detection

This is the code for "YOLO Object Detection" by Siraj Raval on Youtube
GNU General Public License v3.0
1.73k stars 795 forks source link

How to run trained yolov2 model (.pb file) in python #21

Closed msarfrazcss closed 5 years ago

msarfrazcss commented 5 years ago

Hey guys,

I have a python script that perform object detection on yolov2 weights, but i want to do same thing by using .pb file(not weights), Can anyone tell me please how to do so.

Or can i get the python script for the same?

msarfrazcss commented 5 years ago

Solution is: deep-diver/Soccer-Ball-Detection-YOLOv2#2 (comment)