Open water221 opened 7 months ago
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.
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.
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
@water221 I have the same question,have you finished it?
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)
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)
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
I have a problem running train(). Can you help me see what the problem is?