While exploring this project i just could not find following error:
FileNotFoundError: [Errno 2] No such file or directory: 'metadata/sunrgbd/size_avg_category.pickle'
Full Traceback message is given below:
Traceback (most recent call last):
File "test.py", line 53, in
bins_tensor = to_dict_tensor(dataset_config.bins(), if_cuda=opt.cuda)
File "cooperative_scene_parsing-master/config.py", line 74, in bins
avg_size = pickle.load(open(template_path, 'r'))
FileNotFoundError: [Errno 2] No such file or directory: 'metadata/sunrgbd/size_avg_category.pickle'
Any help to solve above issues is highly appreciated.
Thank You
While exploring this project i just could not find following error:
Full Traceback message is given below:
Traceback (most recent call last): File "test.py", line 53, in
bins_tensor = to_dict_tensor(dataset_config.bins(), if_cuda=opt.cuda)
File "cooperative_scene_parsing-master/config.py", line 74, in bins
avg_size = pickle.load(open(template_path, 'r'))
FileNotFoundError: [Errno 2] No such file or directory: 'metadata/sunrgbd/size_avg_category.pickle'
Any help to solve above issues is highly appreciated. Thank You