csjgit123

Results 3 comments of csjgit123

Why print the attacked face will get a depth map?

``` if result_mean < 0.5: return 0 else: return 1 ``` 为什么我认为

``` test_dir = "/home/shicaiwei/data/liveness_data/CASIA-FASD/test/living" label = 0 pre_path = "../output/models/depth_patch.pth" isface = True depth_cnn_test(pre_path=pre_path, test_dir=test_dir, label=label, isface=isface) ``` depth_cnn_test.py中,这里的label是否应该是1?