JirongZhang / DeepHomography

Content-Aware Unsupervised Deep Homography Estimation
MIT License
340 stars 57 forks source link

How to run "train.py" correctly? #45

Closed Maitreya229 closed 1 year ago

Maitreya229 commented 1 year ago
  1. I have downloaded raw data.
  2. I have used video2img.py to convert the file into an image, and put the image in a relative location, such as ..\Data\Train\00000220\00000220_10035.jpg.
  3. When I executed train.py, I found that a Train_List.txt was needed, so I wrote another program to write the path of the picture into Train_List.txt.
  4. When I run train.py again, I find that img_names[1][:-1] is used in dataset.py

May I ask what is the correct data format in Train_List.txt? What kind of information should I store to be correct? And are there any details that need attention?

Thanks.

Maitreya229 commented 1 year ago

I'm sorry,

I have found the relevant files under the original directory ...\DeepHomography-master\Data\

I will continue to investigate.

Thank you