qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Getting Bounding Boxes #117

Open AmIr-KinG opened 6 years ago

AmIr-KinG commented 6 years ago

Hi

I want to get the coordinates of bounding boxes which I think is the value stored in y_true in data_generator. But since it is a generator I am a bit confused. How can I get only the bounding boxes coordinates after preproccess? Thank you @qqwweee

pordeli commented 5 years ago

Hi. Did you find a solution for saving the bounding boxes in one single file like a .h5 file or a mat file?