abdullahtarek / tennis_analysis

This project analyzes Tennis players in a video to measure their speed, ball shot speed and number of shots. This project will detect players and the tennis ball using YOLO and also utilizes CNNs to extract court keypoints. This hands on project is perfect for polishing your machine learning, and computer vision skills.
405 stars 140 forks source link

Issue with mini_court.convert_bounding_boxes_to_mini_court_coordinates #10

Open gmgomes21 opened 3 months ago

gmgomes21 commented 3 months ago

Hello,

When I try a different video as input i get a key error regarding the function convert_bounding_boxes_to_mini_court_coordinates. Any idea what could cause it?