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 284 forks source link

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

Open Adesoji1 opened 1 year ago

Adesoji1 commented 1 year ago

Running Screenshot (439) python3 fileList.py Traceback (most recent call last): File "fileList.py", line 78, in for line in fileinput.input("test_private_list.txt"): File "/home/adesoji/viper/envs/feather_env/lib/python3.6/fileinput.py", line 250, in next line = self._readline() File "/home/adesoji/viper/envs/feather_env/lib/python3.6/fileinput.py", line 362, in _readline self._file = open(self._filename, self._mode) FileNotFoundError: [Errno 2] No such file or directory: 'test_private_list.txt'