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
22-07-19 12:54:06.763 - INFO: Cd Model [CD] is created.
22-07-19 12:54:06.763 - INFO: Begin Model Evaluation (testing).
Traceback (most recent call last):
File "D:\test\ddpm-cd-master\ddpm_cd.py", line 326, in
for current_step, test_data in enumerate(test_loader):
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data\dataloader.py", line 530, in next
data = self._next_data()
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data\dataloader.py", line 1224, in _next_data
return self._process_data(data)
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data\dataloader.py", line 1250, in _process_data
data.reraise()
File "C:\Anaconda3\envs\torch\lib\site-packages\torch_utils.py", line 457, in reraise
raise exception
FileNotFoundError: Caught FileNotFoundError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data_utils\worker.py", line 287, in _worker_loop
data = fetcher.fetch(index)
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data_utils\fetch.py", line 49, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data_utils\fetch.py", line 49, in
data = [self.dataset[idx] for idx in possibly_batched_index]
File "D:\test\ddpm-cd-master\data\CDDataset.py", line 65, in getitem
img_A = Image.open(A_path).convert("RGB")
File "C:\Anaconda3\envs\torch\lib\site-packages\PIL\Image.py", line 2953, in open
fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'dataset/CDD-256/A\filenames.txt'
i try all of the model is great but just CDD-test happen this.bother again.
The text was updated successfully, but these errors were encountered:
@Crawlling, I got this! This is the problem when I was generating the splits. Please check the test split (test.txt) file and delete the "filenames.txt" from it.
22-07-19 12:54:06.763 - INFO: Cd Model [CD] is created.
22-07-19 12:54:06.763 - INFO: Begin Model Evaluation (testing).
Traceback (most recent call last):
File "D:\test\ddpm-cd-master\ddpm_cd.py", line 326, in
for current_step, test_data in enumerate(test_loader):
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data\dataloader.py", line 530, in next
data = self._next_data()
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data\dataloader.py", line 1224, in _next_data
return self._process_data(data)
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data\dataloader.py", line 1250, in _process_data
data.reraise()
File "C:\Anaconda3\envs\torch\lib\site-packages\torch_utils.py", line 457, in reraise
raise exception
FileNotFoundError: Caught FileNotFoundError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data_utils\worker.py", line 287, in _worker_loop
data = fetcher.fetch(index)
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data_utils\fetch.py", line 49, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "C:\Anaconda3\envs\torch\lib\site-packages\torch\utils\data_utils\fetch.py", line 49, in
data = [self.dataset[idx] for idx in possibly_batched_index]
File "D:\test\ddpm-cd-master\data\CDDataset.py", line 65, in getitem
img_A = Image.open(A_path).convert("RGB")
File "C:\Anaconda3\envs\torch\lib\site-packages\PIL\Image.py", line 2953, in open
fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'dataset/CDD-256/A\filenames.txt'
i try all of the model is great but just CDD-test happen this.bother again.
The text was updated successfully, but these errors were encountered: