FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019 icon indicating copy to clipboard operation
FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019 copied to clipboard

Code for 3rd Place Solution in Face Anti-spoofing Attack Detection Challenge @ CVPR2019,model only 0.35M!!! 1.88ms(CPU)

Results 81 FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019 issues
Sort by recently updated
recently updated
newest added

If isinstance(topk, int) is False, then in return you will catch : UnboundLocalError: local variable 'return_single' referenced before assignment

作者你好,我看很多作者和我一样,都卡在数据集上了,请问什么时候您能发开您论文中提到的数据集和标签数据?

main.py 的validate函数出现这个问题,我分别试过roc-0.3.2和roc-0.2.3都会出现这个问题,求怎么解决?

the Fisher150 Net could not be tared to ckpt.data

I read "Our Private Dataset(Available Soon)": where and how to get it? Marco

你好,我从百度网盘下载了你们提供的预训练模型,但是解压的时候需要密码,请问这个密码是多少呢? ![image](https://user-images.githubusercontent.com/24581773/65488181-113e2400-dedb-11e9-87b4-add21efe9a7c.png)

您在论文里说直接输出1024维的特征向量,不使用全连接层,这样在计算focal loss时是不是只使用了向量的前两个元素。这样的话是不是会丢失很多信息?

Thank a lot for your work. I tried to test your pretrained models, but I have been confused, because there are too many pretrained ones. According to your results on...