fabiotosi92/NeRF-Supervised-Deep-Stereo

The structure of the folders in Setup Instructions

Charlielyo opened this issue · 4 comments

Thank you for your contribution.
I have a question to ask you.
Can you give me the structure of the folders in Setup Instructions. This step is confusing and causes problems in operation.
Thank you again for your contribution and I look forward to your reply.

Hi, the structure stays identical to the current repository. You just need to create a folder named models. Inside models, create another folder called either raft-stereo or psmnet. Then, copy the contents from the original repositories of the respective architectures into these folders. I hope this answers your question. Feel free to reach out if you need further clarification.

Thanks for your answer. But I keep running into a problem. The error is reported as follows.
“Traceback (most recent call last):
File "test.py", line 15, in
from models.psmnet import PSMNet
ModuleNotFoundError: No module named 'models'"
Is this a structural problem in the models folder? I'm confused, thanks for the answer. We look forward to hearing from you.

Hello, I get the same error as you. Have you found a solution yet?