You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments