Hash2402 / CV_Project2-Part1

The part1 for project 2 which holds the colab files for the model
Apache License 2.0
0 stars 0 forks source link

Correction in basketball detection model #10

Open Hash2402 opened 2 weeks ago

Hash2402 commented 2 weeks ago

The current model results in sloppy bounding boxes which may lead to future anomalies. Required some correction in the model.

JN720 commented 1 week ago

The issue has been identified. We need to multiply the width and height added by 0.5 instead of leaving them as-is. I will begin patching this and recommit the model training notebooks.