You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the following error when running test.py:
Load deepfake dataset from ./test_images..
Traceback (most recent call last):
File "E:\mask\CADDM-master\CADDM-master\test.py", line 91, in
test()
File "E:\mask\CADDM-master\CADDM-master\test.py", line 62, in test
test_dataset = DeepfakeDataset('test', cfg)
File "E:\mask\CADDM-master\CADDM-master\dataset.py", line 37, in init
self.samples = self.collect_samples()
File "E:\mask\CADDM-master\CADDM-master\dataset.py", line 56, in collect_samples
info_meta = self.info_meta_dict[info_key]
KeyError: './test_images\manipulated_sequences\NeuralTextures\c23\frames\000_003\frame_0'
进程已结束,退出代码1
What is the question, please
The text was updated successfully, but these errors were encountered:
I got the following error when running test.py:
Load deepfake dataset from ./test_images..
Traceback (most recent call last):
File "E:\mask\CADDM-master\CADDM-master\test.py", line 91, in
test()
File "E:\mask\CADDM-master\CADDM-master\test.py", line 62, in test
test_dataset = DeepfakeDataset('test', cfg)
File "E:\mask\CADDM-master\CADDM-master\dataset.py", line 37, in init
self.samples = self.collect_samples()
File "E:\mask\CADDM-master\CADDM-master\dataset.py", line 56, in collect_samples
info_meta = self.info_meta_dict[info_key]
KeyError: './test_images\manipulated_sequences\NeuralTextures\c23\frames\000_003\frame_0'
进程已结束,退出代码1
What is the question, please
The text was updated successfully, but these errors were encountered: