ZhangYuanhan-AI / CelebA-Spoof

[ECCV2020] A Large-Scale Face Anti-Spoofing Dataset
531 stars 92 forks source link

Where to find the meaning of labels? #18

Closed li-ren closed 3 years ago

li-ren commented 4 years ago

Hi, thank you for sharing such a great dataset. However, I can't find the annotation mapping of label values. I read the README file and know the following information

  1. the first 40 values are about face attributes
  2. the last 3 values are about spoof type, illumination, and live/spoof

But I find there are 44 values in label json and it don't match the number described in README. Besides, I am not sure whether the order of the first 40 face attributes is the same as CelebA Dataset.

One of key-value pair is shown as follows. Could you provide me the mapping of each value?

"Data/train/4980/spoof/000003.jpg": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 1, 2, 1]

Thanks for your help!

ZhangYuanhan-AI commented 4 years ago

4

Again, apologize for this typo.

Yes, the first 40 face attributes are the same as CelebA Dataset.

li-ren commented 4 years ago

Thank for your quick reply! It's really helpful.