mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
893 stars 353 forks source link

Filtered_boxes format unclear #63

Open Koushik-Srivatsan opened 5 years ago

Koushik-Srivatsan commented 5 years ago

I would like to pass the array values, inside the filtered_boxes dictionary, to the tf.image.crop_to_bounding_box() function, and crop the detected images. But the format of the values in the array is unclear. That is, i am unsure which of the values are top left, top right, width and height. Could you please help with the format. Thanks.