ZhangYuanhan-AI / CelebA-Spoof

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

Model output #11

Closed DavorJordacevic closed 4 years ago

DavorJordacevic commented 4 years ago

Hello, can you please provide a description for model output. I am trying to test with singe image, so it is kinda difficult.

Also, I saw that output shape is changing, can you please elaborate why and how.

Thank you for the great work!

ZhangYuanhan-AI commented 4 years ago
  1. Please refer to AENet for the detail information of AENet output.
  2. Please elaborate on what the output shape looks like of yours
DavorJordacevic commented 4 years ago

With different input image size, I get different output size. For example, input image is 600x600, output will be 200x2. If input is 300x300, output will be 100x2.

Thanks!

ZhangYuanhan-AI commented 4 years ago

Have you followed our code? Starting from main.py specifically.

DavorJordacevic commented 4 years ago

Yes, probably some mistake. I will try again, thanks!