Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
1–8 of 8 posts
Re: Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
#2Feel free to check out:
https://github.com/chonyy/AI-basketball-analysis
https://towardsdatascience.com/openpose-research-paper-summa...
Re: Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
#3Re: Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
#4This is cool. I want to give it a try--I hope my MacBook supports CUDA!
As an alternative, feel free to play around with it and get familiar with the setup process in the Google colab notebook.
https://colab.research.google.com/github/hardik0/AI-basketba...
Re: Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
#5This is cool. I want to give it a try--I hope my MacBook supports CUDA!
I'm glad you like it! As an alternative, feel free to play around with it and get familiar with the setup process in the Google colab notebook. https://colab.research.google.com/github/hardik0/AI-basketba...
Re: Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
#6Earlier quoted context omitted.
I'm glad you like it! As an alternative, feel free to play around with it and get familiar with the setup process in the Google colab notebook. https://colab.research.google.com/github/hardik0/AI-basketba...
Is there a pure notebook version stripped of the application? I'd like to play with this on iko.ai. Already have the Coco dataset, GPU support, and most of the dependencies in our image.
Re: Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
#7Earlier quoted context omitted.
Is there a pure notebook version stripped of the application? I'd like to play with this on iko.ai. Already have the Coco dataset, GPU support, and most of the dependencies in our image.
Hi, do you mean the pure Python ML part wihtout the web app and any Flask thing?
Re: Show HN: ML Basketball – Understanding Basketball Shots with Pose Estimation
#8Earlier quoted context omitted.
Hi, do you mean the pure Python ML part wihtout the web app and any Flask thing?
Yes. Purely from a notebook to load the model, give it an image.
Unfortunately, I don't have written a notebook for it. Maybe you could try to figure it out through the source code? The code itself is actually prettly simple and short.