After training an image detection model, how do I load the parameters of the bounding boxes for a specific operation?
Model: Darkflow Yolov2 Classes:7
For instance, if I set the threshold as 0.5, how do I utilize the resultant bounding boxes in a video to calculate the overlap. I am rather new to python and would appreciate it if someone could point me in the right direction.
I am unclear how to extract the individual class detection box and their relevant x and y data. Thank you!