Question About Final Project Complexity

For the final project in the AI fundamentals course, I see the rubric provided although I’m not sure what the expectation is for complexity. As of right now, I’m planning to implement a project centered around basketball–would robust tracking of the basketball be sufficient, or should I aim for a more complicated feature such as shot detection or dribbling move recognition? I am certainly open to suggestions. Thank you!

Hi,

Suppose you are talking about object tracking on video.

You can find below a DNN-based object tracking tutorial:

Moreover, you can also find another sample with the multi-object algorithm:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.