Open phongnhhn92 opened 4 years ago
This is my current folder
(pytorch) phong@phong-Server:~/data/Work/Paper3/Code/stereo-magnification$ tree -d
.
├── checkpoints
├── examples
│ ├── bananas
│ └── twain
├── geometry
│ └── __pycache__
├── images
│ ├── 8d26084e57827492
│ ├── 8d26fa274011d7a5
│ ├── 8d360bd4931a8f83
│ ├── 8d5163de9ea4d851
│ ├── 8d671600d1ff117c
│ ├── 8d73758d641f123c
│ ├── 8d8218c2ca6827a0
│ ├── 8db64f23cd5c4c8e
│ ├── 8db71ad1c51dbfd6
│ ├── 8dc30def67b64694
│ ├── 8dc39da1455a75ca
│ └── 8ddce7da6a139432
├── scripts
├── stereomag
│ └── __pycache__
├── third_party
│ └── __pycache__
└── train
25 directories
(pytorch) phong@phong-Server:~/data/Work/Paper3/Code/stereo-magnification$ tree ./train
./train
├── 8d26084e57827492.txt
├── 8d26fa274011d7a5.txt
├── 8d360bd4931a8f83.txt
├── 8d5163de9ea4d851.txt
├── 8d671600d1ff117c.txt
├── 8d73758d641f123c.txt
├── 8d8218c2ca6827a0.txt
├── 8db64f23cd5c4c8e.txt
├── 8db71ad1c51dbfd6.txt
├── 8dc30def67b64694.txt
├── 8dc39da1455a75ca.txt
└── 8ddce7da6a139432.txt
(0) Not found: {{function_node __inference_Dataset_map_mapper_434}} {{function_node __inference_Dataset_map_load_single_image_417}} images//YQT_uu1UsRI/YQT_uu1UsRI_328027700.jpg; No such file or directory
Interesting... it looks like you have a double /
after the images
part of the path. I'm not sure how that happened, but could it be the cause of the files not being found?
@phongnhhn92 Have you solved this problem? I have the same problem.
Hello,
Has anyone solved this problem?
Thanks!
Hello, I am trying to train StereoMag on a small subset of data. After reading some issues, I manually copy images into the 'images' folder and the pose txt files into the 'train' folder. However I still receive errors about not finding the image.