ArtLabss / tennis-tracking

Open-source Monocular Python HawkEye for Tennis
https://www.artlabs.tech
The Unlicense
419 stars 100 forks source link

How is the court detection model working? #35

Closed RohaanA closed 11 months ago

RohaanA commented 11 months ago

Hi,

I want to know if there's any documentation on how the court line detection model works? I want to label all the intersection points of the court lines for camera calibration.

RohaanA commented 11 months ago

I was able to do this by calculating intersections during the line drawing phase. Closing..