Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.db.morph bob.db.morph
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.db.morphbob.db.morph
  • Issues
  • #2
Closed
Open
Issue created May 22, 2020 by Tiago de Freitas Pereira@tiago.pereiraOwner

This dataset has wrong annotations

Hey @ydayer,

I'm rearranging world, dev, and eval in this dataset.

Have you noticed that the metadata is inconsistent? For instance, if you do:

>>> dataframe[dataframe.id_num==286810]

       id_num  picture_num         dob         doa race gender  age                    photo
37850  286810            1  04/04/1986  05/11/2006    B      M   20  Album2/286810_01M20.JPG
37851  286810            2  04/04/1986  08/16/2006    A      M   20  Album2/286810_02M20.JPG
37849  286810            0  04/04/1986  01/24/2006    H      M   19  Album2/286810_00M19.JPG
>>> dataframe[dataframe.id_num==295087]

id_num  picture_num         dob         doa race gender  age                    photo
39551  295087            0  05/18/1960  10/23/2006    A      M   46  Album2/295087_00M46.JPG
39552  295087            1  05/18/1960  10/25/2006    H      M   46  Album2/295087_01M46.JPG
dataframe[dataframe.id_num==328749]                                                                                                                                                     
       id_num  picture_num         dob         doa race gender  age                    photo
50810  328749            0  07/28/1971  05/12/2006    W      M   34  Album2/328749_00M34.JPG
50811  328749            1  07/28/1971  05/19/2007    A      M   35  Album2/328749_01M35.JPG

There are several more examples

Assignee
Assign to
Time tracking