You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have been working with this program for quite a bit, modifying it to parse demo files in real time to collect data for machine learning algorithms.
I noticed that when created a DemoParser object with the new_all_with_analyzer function, the team for each user is listed as "Other". However, creating a DemoParser object using the other function new_all properly reports team for each player. I've been trying to fix it but had no luck, fixing this would really help me since I wouldn't have to waste time parsing the demo file twice.
The text was updated successfully, but these errors were encountered:
Hello, I have been working with this program for quite a bit, modifying it to parse demo files in real time to collect data for machine learning algorithms.
I noticed that when created a DemoParser object with the
new_all_with_analyzer
function, the team for each user is listed as "Other". However, creating a DemoParser object using the other functionnew_all
properly reports team for each player. I've been trying to fix it but had no luck, fixing this would really help me since I wouldn't have to waste time parsing the demo file twice.The text was updated successfully, but these errors were encountered: