Skip to content

How did you find out that the FPS in some datasets is mislabeled? #53

@GenkiK

Description

@GenkiK

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?

# 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions