SoftwareGift / FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019

Code for 3rd Place Solution in Face Anti-spoofing Attack Detection Challenge @ CVPR2019,model only 0.35M!!! 1.88ms(CPU)
Other
928 stars 282 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'test_private_list.txt' #10

Closed bingws closed 5 years ago

bingws commented 5 years ago

run data/fileList.py

Traceback (most recent call last): File "fileList.py", line 78, in <module> for line in fileinput.input("test_private_list.txt"): File "D:\ProgramData\Anaconda3\lib\fileinput.py", line 252, in __next__ line = self._readline() File "D:\ProgramData\Anaconda3\lib\fileinput.py", line 364, in _readline self._file = open(self._filename, self._mode) FileNotFoundError: [Errno 2] No such file or directory: 'test_private_list.txt' @SoftwareGift

SoftwareGift commented 5 years ago

test__private_list.txt, this file contains test set labels. It is only for the organizer to reproduce our results. The label has not been released yet, so you can comment it.This has no effect on your verification results.

bingws commented 5 years ago

image image I downloaded data from Baidu Cloud Disk, and did not get the results(Data index tree)that you said? What happened to this? @SoftwareGift

mhsszm commented 5 years ago

the same as bingws,only have Training and Testing

hirotong commented 5 years ago

I wonder if we can get "test_private_list.txt" now?

363325971 commented 5 years ago

how do you use the "trainning" file?