Code Monkey home page Code Monkey logo

nba-player-movements's People

Contributors

linouk23 avatar martijnde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nba-player-movements's Issues

What format should the trained weight file be stored in?

The information on the website is not clear about what exact format should the trained weight file be stored in. For example, should I store the weight variables as a string, a list using pickle or a np.array using pickle?

Repeated scenes and understanding event partition

If you visualize some of the consecutive events they seem to be the exactly the same. Comparing them programatically confirms that.

Why are there such repetitions? Is it intentional to signal something in particular?

Also, what is the criteria for separation between events?

License of the raw data

Hi,

Would you please share with us the license used for the raw data of the Sport VU dataset?

clone问题

数据文件过大,无法clone,能否把数据文件单独放在网盘,github上只留下代码

Bug in y_pos of players and ball

Hey Kanstantsin,

There is a small bug in the y position of the players and the ball in the animation compared to reality. What we see as the y_pos in the animation is in fact the reflection of the y_pos. You can compare any play you have with highlights on youtube and you will understand what I mean.

A very easy fix would be to adjust the Ball.py and Player.py files as follows:

self.y = ball[3] --> self.y = Constant.Y_MAX - ball[3]

and

self.y = player[3] --> self.y = Constant.Y_MAX - player[3]

obviously, you will need to import the Constant file in both Ball and Player.

Great work otherwise, thanks for posting!

Some questions about the data.

Hello, thank you for your project and dataset.

About the dataset, I have some questions.

  • When I print the data['events'][i]['moments'][j], I can see the list.
    And I think that the list is composed of [?, ?, ?, ?, ?, [[ball information], [player1 information], [player2 information], ..., [player10 information]]]
    However, I can't find out the meaning of the first five elements.
    Could you tell me what they mean?
  • What's the meaning of the 'evenId'?
  • Does the length of the data['events'][i]['moments'] means the time sequences?
  • Finally, do you have any description of the dataset?

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.