Live data from Hacker News

Viewing profile — chony

chony

HN member
Joined
Thu, Feb 06, 2020, 12:43 PM UTC
HN karma
60
Public activity
47 items

About chony

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #25701897

    I built an app to visualize and analyze basketball shots and shooting pose with machine learning. https://github.com/chonyy/AI-basketball-analysis The result is pretty nice. Howeve…

  5. comment
    Comment #25701672

    I built this project to automatically overlay baseball pitch motion and trajectory. https://github.com/chonyy/ML-auto-baseball-pitching-overlay It's ready for a quick demo. However…

  6. comment
    Comment #25629065

    Thanks, will definitely check it out!

  7. comment
    Comment #25629063

    Thanks for asking! The only model I used in this project is the YOLOv4 object detection model to detect the ball in each frame. I collected about 200 images to train it. For the ot…

  8. comment
    Comment #25629044

    I'm glad that you like it! Thanks a lot!

  9. comment
    Comment #25624626

    Thanks for asking! This is not a noob question. I would say that the similar workflow could be applied to any ball-related sports. The object detection and the tracking algorithm i…

  10. comment
    Comment #25624031

    I love the idea so much! Any idea how could you make it work on the videos with subtitles turned off? Also, may I ask for a simple workflow of this project? Here are some of my que…

  11. story
  12. story
  13. comment
    Comment #25477347

    This project takes your baseball pitching clips and automatically generates the overlay. A fine-tuned Yolov4 model is used to get the location of the ball. Then, I implemented SORT…

  14. story
  15. comment
    Comment #25399378

    BTW, I just want to point out that did anyone notice that the pitcher throw the ball with the exact same posture but it turned out to fly on a completely different path. It's just …

  16. comment
    Comment #25398735

    Hi guys, This project takes your baseball pitching clips and automatically generates the overlay. A fine-tuned Yolov4 model is used to get the location of the ball. Then, I impleme…

  17. story
  18. comment
    Comment #25015674

    Hi, the link provided is the pure ML part of the project, without any Flask thing. Unfortunately, I don't have written a notebook for it. Maybe you could try to figure it out throu…

  19. comment
    Comment #25015574

    Hi, do you mean the pure Python ML part wihtout the web app and any Flask thing?

  20. comment
    Comment #25015394

    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/gi…

  21. comment
    Comment #25015108

    Hi guys, I have also written a post to explain the high level concept of OpenPose, the pose estimation framework I implemented in this project. Feel free to check out: https://gith…

  22. story
  23. comment
    Comment #24996340

    Hi guys, I have also wrotten a post to provide an in-depth explanation and a walkthrough of the code. Please check out: https://towardsdatascience.com/fp-growth-frequent-pattern-ge…

  24. story
  25. comment
    Comment #24959827

    Hi guys, I have also wrotten a post to provide an in-depth explanation and a walkthrough of the code, Please check out: https://towardsdatascience.com/apriori-association-rule-mini…