-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Hi, thank you for sharing your great work!
In process_amass_data.py, it seems that some fps labels are manually changed. How did you know these values are wrong?
humor/humor/scripts/process_amass_data.py
Lines 360 to 364 in fc6ef84
| # correct mislabeled data | |
| if input_file_path.find('BMLhandball') >= 0: | |
| fps = 240 | |
| if input_file_path.find('20160930_50032') >= 0 or input_file_path.find('20161014_50033') >= 0: | |
| fps = 59 |
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels