3b0000d

Results 1 comments of 3b0000d

@mudasar477 Hello.. My object detection detect 3 boxes When i use your code to crop them : ``` (frame_height, frame_width) = image.shape[:2] for i in range(len(np.squeeze(scores))): #print(np.squeeze(boxes)[i]) ymin = int((np.squeeze(boxes)[i][0]*frame_height))...