-
I am try train on small (400 images) CASIA dataset for debug purpose.
I am get assert error: "assert 0
-
Hi. I tried to finetune your RR-Unet model on CASIA-v2 and CoMoFoD datasets through your repository, but the model overfits. Is this normal?
-
for the casia cefa dataset, what label corresponds to what? is 0 live; 1 fake? or the otherway around? Is this taken into account in the repo?
Thank you
-
Firstly, thanks a lot for your amazing work.
But I feel some confusion about the dataset differences.
Could you please tell me what is the difference between [dataset from link1](https://pan.bai…
-
Could you tell me the detail about how to made the webface_align_train.list? I did not have this label of the casia-webface dataset.
-
Hello David and anyone see here,
Some friends and I recently tried to train some models from scratch(such as center loss, AM, arcface,etc). Firstly, we decide to repeat the result of 20170511-185…
-
author: AlfredXiangWu
reference: https://github.com/AlfredXiangWu/face_verification_experiment
related: #5
- caffe framework
- CASIA-WebFace dataset: contains 493456 face images of 10575 identities.…
-
Is there any chance to provide 112x112 aligned CASIA-WebFace and Cleaned MS-Celeb-1M dataset link with .jpg images and annotation files ? I am really sick on the .bin files ....
-
I am working on face anti-spoofing attack recently. I have tried lots of methods, including LBP, HOG + SVM, CNN and so on. However, I found that the models trained on casia dataset and replay attack d…
-
In ./datasets/CASIA_CK+_data_gen.py file:
you set the dimension of sample_numpy is 4, then through some concat operations, I did not see where the dimension could be changed. But in data_normalizatio…