AI
Predicting a Ball Trajectory
Polynomial Fit in Python with NumPy Florian Trautweiler · Follow Published in Towards Data Science · 7 min read · 11 hours ago — Ball Tracking and Trajectory Prediction In a previous project I visualized the trajectory of a ball that I threw vertically into the air with a real-time position, velocity and acceleration plot. Extending upon this project, I wanted to calculate and visualize a trajectory prediction based on a simple physics model. In