RIVeR-Lab / stereovoxelnet

MIT License
59 stars 7 forks source link

ModuleNotFoundError: No module named 'models.lacGwcNet' #5

Closed ynjiun closed 1 year ago

ynjiun commented 1 year ago

Hi

When I tried to run python visualize_compare.py

I encountered the following error message:

Visualizing Lac
Traceback (most recent call last):
  File "visualize_compare.py", line 466, in <module>
    lac()    
  File "visualize_compare.py", line 366, in lac
    from models.lacGwcNet.networks.stackhourglass import PSMNet
ModuleNotFoundError: No module named 'models.lacGwcNet'

What am I missing? Please advise. Thanks a lot.

lhy0807 commented 1 year ago

Hi,I was using the original code from the lacGwcNet repo for comparison. Maybe it's not a good idea for me to put their code here. If you also want to compare, feel free to clone their repo and download their checkpoint and fine-tune the DrivingStereo dataset.