theAIGuysCode / Object-Detection-API

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Apache License 2.0
341 stars 180 forks source link

How to Extract Pixel Values from Detections #42

Open hassan-mushtaq opened 2 years ago

hassan-mushtaq commented 2 years ago

Using Yolov3 (TF model) Classes = 1

I wanted extract values of bounding_box_rectangle. [like X Y W H] I assume it can be extracted from this code somewhere.

code