Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motivation #2

Open
spigelli opened this issue Aug 6, 2021 · 1 comment
Open

Motivation #2

spigelli opened this issue Aug 6, 2021 · 1 comment

Comments

@spigelli
Copy link

spigelli commented Aug 6, 2021

Just wondering, why are you focusing on generating a map? I feel like other things might be much more useful for example:

Averages

  • Damage per weapon
  • Damage per legend
  • Damage per fps
  • Damage per horizontal speed
  • Average speed by match
  • Also an overall detailed game history would be useful for those who don't want to pay for these stats trackers with half-broken APIs

Haven't touched kalman in like a year but if you're planning to release for others and want an electron dashboard for analyzing stats, I could build react ui for it

@sylejroy
Copy link
Owner

sylejroy commented Aug 9, 2021

Hello spigelli,

thank you for your interest in this project!

The PoseEstimator class' purpose is not only to generate a map. Its main purpose is to find our location at any point in the input video. This means that at the end of each game parsed by the tool we can generate a match summary plot, with kills etc. drawn on the map.

This enables a lot of features in the future. For example, with a lot of parsed games containing information on the position of each kill and death, we can generate a heat map giving information about where the player tends to get kills, and where the player tends to die.

I like some of your average stat information! Particularly damage per weapon and legend, I will add those to the planned mid-term features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants