facebookresearch / ears_dataset

Expressive Anechoic Recordings of Speech (EARS)
Other
126 stars 7 forks source link

Height and Weight Attributes Reversed in speaker_statistics.json #5

Closed parthsarthi03 closed 3 months ago

parthsarthi03 commented 3 months ago

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
    }
alexanderrichard commented 3 months ago

Thanks, fixed it!