-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello, I ran an error after downloading the dataset, and I didn't find '/data_pathcars_annos.mat'
Traceback (most recent call last):
File "E:\anaconda3\lib\site-packages\scipy\io\matlab\mio.py", line 39, in _open_file
return open(file_like, mode), True
FileNotFoundError: [Errno 2] No such file or directory: '/data_path\cars_annos.mat'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\py_project\DeepSpectralClustering\train.py", line 11, in
data_loader = get_data_loader(opt)
File "D:\py_project\DeepSpectralClustering\data\data_loader.py", line 24, in get_data_loader
train_set = CarsDataset(
File "D:\py_project\DeepSpectralClustering\data\datasets.py", line 24, in init
self.index_table = sio.loadmat(
File "E:\anaconda3\lib\site-packages\scipy\io\matlab\mio.py", line 224, in loadmat
with _open_file_context(file_name, appendmat) as f:
File "E:\anaconda3\lib\contextlib.py", line 135, in enter
return next(self.gen)
File "E:\anaconda3\lib\site-packages\scipy\io\matlab\mio.py", line 17, in _open_file_context
f, opened = _open_file(file_like, appendmat, mode)
File "E:\anaconda3\lib\site-packages\scipy\io\matlab\mio.py", line 45, in _open_file
return open(file_like, mode), True
FileNotFoundError: [Errno 2] No such file or directory: '/data_path\cars_annos.mat'