fcntes / IndoorDepth

A Pytorch Implementation of IndoorDepth
14 stars 1 forks source link

Some questions about training #3

Open water221 opened 2 months ago

water221 commented 2 months ago

image I have a problem running train(). Can you help me see what the problem is?

fcntes commented 2 months ago

image I have a problem running train(). Can you help me see what the problem is?

It is presumably caused by the lack of image preprocessing, i.e. no extraction of superpixels. Use the following command to extract the pseudo-plane:python preprocess/extract_superpixel.py --data_path data/ In addition, it is also important to note whether the other preprocessing in our readme file, i.e., pseudo-line extraction, has been completed.

water221 commented 2 months ago

image I have a problem running train(). Can you help me see what the problem is?

It is presumably caused by the lack of image preprocessing, i.e. no extraction of superpixels. Use the following command to extract the pseudo-plane:python preprocess/extract_superpixel.py --data_path data/ In addition, it is also important to note whether the other preprocessing in our readme file, i.e., pseudo-line extraction, has been completed.

image Sorry, if you can, can you share your processed data dataset, or if you have time, help me see the example in the picture that I output when running the preprocessed file, there is no change in nyu_train