Fix the order of the input tensors
The order of the input tensors is incorrect and therefore the sample notebook does not run. The sample code has the order of the input tensors as `boxes, classes, scores, num_detections`, but actually the order should be `scores, boxes, num_detections, classes` After correcting the indexes of the input tensor, the sample notebook runs.
Showing
Please register or sign in to comment