SeuTao / FaceBagNet

FaceBagNet - Patch-based Methods for Multi-modal Face Anti-spoofing (FAS)
659 stars 200 forks source link

Different mean of models (baseline, A, B, C)? #20

Closed VuHoangvn closed 2 years ago

VuHoangvn commented 4 years ago

Can you tell me the meaning of models that you experiment in this repo? I can't find it on your paper.

hoangtdTcom commented 4 years ago

how to run project , after running the command line: CUDA_VISIBLE_DEVICES = 0 python train_CyclicLR.py --model = model_A --image_mode = color --image_size = 48. I have a problem with: Traceback (most interesting call last): File "train_CyclicLR.py", line 6, in from process.data import File "/home/linux/Documents/asd/CVPR19-Face-Anti-spoofing/process/data.py", line 3, in from data_helper import ModuleNotFoundError: No module named 'data_helper'

VuHoangvn commented 4 years ago

just add dot before it: from .data_helper import *

Doanhdz commented 3 years ago

When i tried to infer model_fusion with model_name='baseline' i met this error No module named 'model.backbone.senet' model? Can you help me solve this?

phamthienvuong98 commented 3 years ago

hi @VuHoangvn, Irrelevant, but would you like to tell me how to find this file: FileNotFoundError: [Errno 2] No such file or directory: '/data1/shentao/DATA/CVPR19_FaceAntiSpoofing/test_public_list.txt' Thank you so much! Best regards, ThienVuong