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

Research algorithms and Past works #3

Open Hash2402 opened 2 hours ago

Hash2402 commented 2 hours ago

Description

This issue aims to gather insights and evaluations of relevant algorithms that could enhance our current project. The goal is to ensure that we are leveraging the most effective approaches and learning from previous research.

Tasks

Algorithm Research:

Review Past Work:

Deliverables: Links to algorithms , summarized papers.

JN720 commented 2 hours ago

Trajectory Calculation Algorithm

We can look into RANSAC to remove outliers from the parabola the projectile motion forms. https://www.mathworks.com/discovery/ransac.html

Detecting Misses

We can also detect if a shot is made by checking if there is a frame with a sufficiently high IoU between the bounding boxes of the hoop and the ball itself.