Skip to content

how can i make lst file #38

@fattyhu

Description

@fattyhu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions