laughtervv / DepthAwareCNN

Depth-aware CNN for RGB-D Segmentation, ECCV 2018
MIT License
304 stars 81 forks source link

how can i make lst file #38

Open fattyhu opened 4 years ago

fattyhu commented 4 years ago

I`m a student, now i run the code, when i run train.sh. I got some error:

Traceback (most recent call last): File "train.py", line 33, in data_loader = CreateDataLoader(opt) File "/home/fattyhu/catkin_ws/DepthAwareCNN-master/data/data_loader.py", line 6, in CreateDataLoader data_loader.initialize(opt) File "/home/fattyhu/catkin_ws/DepthAwareCNN-master/data/custom_dataset_data_loader.py", line 51, in initialize self.dataset, self.dataset_val = CreateDataset(opt) File "/home/fattyhu/catkin_ws/DepthAwareCNN-master/data/custom_dataset_data_loader.py", line 40, in CreateDataset dataset.initialize(opt) File "/home/fattyhu/catkin_ws/DepthAwareCNN-master/data/nyuv2_dataset_crop.py", line 38, in initialize self.paths_dict = make_dataset_fromlst(opt.list) File "/home/fattyhu/catkin_ws/DepthAwareCNN-master/data/nyuv2_dataset_crop.py", line 23, in make_dataset_fromlst with open(listfilename) as f: FileNotFoundError: [Errno 2] No such file or directory: './lists/train.lst'

how can i prepare the lst file?

jinseok-karl commented 4 years ago

https://github.com/laughtervv/DepthAwareCNN/issues/1#issuecomment-423048513 may help you

fattyhu commented 4 years ago

#1 (comment) may help you

Thanks for answer. But before i ask, i already read that part. i`m a beginner, i run that code but failed. Maybe somebody can tell me how to use the dataset and make the lst file.

Peizhi86 commented 2 years ago

I am also a novice and cannot make this LST format dataset file now. I have been trying for half a month. I wonder if you have solved it, could you share it with me?