ZhangYuanhan-AI / CelebA-Spoof

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

Annotation clarification #31

Closed souravehere closed 2 years ago

souravehere commented 3 years ago

some bbox annotation contains negative values. for instance, 10, -5, 200, 170, .997. Could you please clarify why negative values in a box coordinates?

souravehere commented 3 years ago

example: Data/train/3025/spoof/029572_BB.txt

souravehere commented 3 years ago

here's another error: Data/train/3329/spoof/004046_BB.txt doesn't have any annotations at all. it's an empty file

ZhangYuanhan-AI commented 3 years ago

Sure, this situation exists because these box coordinates are produced by the CNN model.

debasmitdas commented 3 years ago

How do you take care of these missing and negative values ? Do you take the whole image as input ?

Arvindia commented 3 years ago

@Davidzhangyuanhan is there any csv file for all the attributes like in original CelebA dataset?

ZhangYuanhan-AI commented 2 years ago

How do you take care of these missing and negative values ? Do you take the whole image as input ?

30

please refer to our data loading pipeline.