pythonlessons / TensorFlow-2.x-YOLOv3

YOLOv3 implementation in TensorFlow 2.3.1
https://pylessons.com/
MIT License
607 stars 327 forks source link

How to use the pb frozen graph using tensorflow #115

Open midosoli opened 3 years ago

midosoli commented 3 years ago

Hello,

I've trained custom model and I want to print the detected labels, I was doing this before YOLO using inference graph reading and predicting, Could you please help me do the same here ?