Roscoe Kerby (ROSCODE)
Results
2
comments of
Roscoe Kerby (ROSCODE)
for pred in prediction: iterating over the prediction and swapping out 'prediction' with pred in general.py fixes this issue """Non-Maximum Suppression (NMS) on inference results to reject overlapping detections Returns:...
Easier fix: prediction = prediction[0][0] # select only inference output Line 903 in general.py