Open zc-zzu opened 1 year ago
There could be something wrong about your data setup, please make sure that your Data/ICVL
folder look like this before run train.py
:
├── icvl_center_test.txt
├── icvl_center_train.txt
├── icvl_train_list.txt
├── Testing
│ ├── Depth
│ ├── test_seq_1.txt
│ └── test_seq_2.txt
├── Testing.tar.gz
├── test.txt
├── Training
│ ├── Depth
│ └── labels.txt
├── Training.tar.gz
In case you already have empty train.txt
and val.txt
, please remove them.
I am very excited to receive your reply. Your reply is of great help to me, but it reported a new error. For the ICVL data set, there is no val validation set. Is it because of this problem?Looking forward to your reply!
That is wired. Can you check two things:
NameError: name 'img' is not defined! The img on line 216 of the training code is not declared。How to solve it?