facebookresearch/ears_dataset

Height and Weight Attributes Reversed in speaker_statistics.json

parthsarthi03 opened this issue · 1 comments

Hey! Thanks for the great dataset. It seems that the height and weight attributes are reversed in the speaker_statistics.json file.

{
    "p001": {
        "age": "36-45",
        "ethnicity": "white or caucasian",
        "gender": "male",
        "height": "160 - 180 lbs",  // This should be in the weight field
        "native language": "german",
        "weight": "6' - 6'3"  // This should be in the height field
    }

Thanks, fixed it!