fcntes / IndoorDepth

A Pytorch Implementation of IndoorDepth
19 stars 1 forks source link

Some questions about training #3

Open water221 opened 7 months ago

water221 commented 7 months ago

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

fcntes commented 7 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 7 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

mrwangxinqwe commented 3 months ago

@water221 I have the same question,have you finished it?

water221 commented 3 months ago

I remember it seems to be changing the version of some dependency packages, but I can't remember which dependency package it is, you can try lowering the version of some dependency packages to try to solve this problem (it seems to be opencv-python)

mrwangxinqwe commented 3 months ago

7cee606fb8e0ee8a9c75613cc2a6c4a Do you remenber which version opebcv_python you use is?I I downgraded it to 3.4.0.12, but it still didn't work.

我记得好像是改一些依赖包的版本,但是不记得是哪个依赖包了,可以尝试降低一些依赖包的版本来尝试解决这个问题(好像是opencv-python)

water221 commented 3 months ago

I'm sorry, this project was reproduced a long time ago, and now I can't find this environment, I suggest you can refer to the readme file to try it