masouduut94 / volleyball_analytics

This project is designed to display how we can utilize deep learning methods for Sports Data Analytics.
GNU General Public License v2.0
18 stars 3 forks source link

conf/reference_pts.json is missing #3

Closed MaximilianKleissl closed 5 months ago

MaximilianKleissl commented 5 months ago

Hi @masouduut94,

I like your approach to volleyball analytics and tried running the code on my system. Unfortunately, I cannot run it because conf/reference_pts.json seems missing in the repo, and I cannot figure out how to replace it.

Thanks, Max

masouduut94 commented 5 months ago

Hi Maximilian

First I appreciate your gratitude and feedback as well.

The json file you mentioned has contents related to court and net coordinations.

I use gui script to prepare it. You have to use the gui. Maybe it throws error, but in the future I fix everything.

Im going to create a more thorough tutorial to make sure everybody knows how to prepare the requirements for running the scripts.

Please make sure you read the whole wiki and readme file.

Bests, Masoud

On Fri, Apr 5, 2024, 4:28 PM MaximilianKleissl @.***> wrote:

Hi @masouduut94 https://github.com/masouduut94,

I like your approach to volleyball analytics and tried running the code on my system. Unfortunately, I cannot run it because conf/reference_pts.json seems missing in the repo, and I cannot figure out how to replace it.

Thanks, Max

— Reply to this email directly, view it on GitHub https://github.com/masouduut94/volleyball_analytics/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB4FCAPPYNB6IMCWZ6ED5LY32NX7AVCNFSM6AAAAABFZDO4A2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDOOJYGA2TEMY . You are receiving this because you were mentioned.Message ID: @.***>

MaximilianKleissl commented 5 months ago

Thanks for the quick answer. Got it running now!