Open Steven-Xiong opened 1 year ago
Hello, thanks for your work! when train the depth model, it shows error:'ModuleNotFoundError: No module named 'depth.models.depther.regulardepth''. I do not find the 'regulardepth' module in your code. Could you solve this problem? Thanks.
I met the same problem. You can comment out this line in the __init__.py file. This module is not used in the rest of the code.
Hello, thanks for your work! when train the depth model, it shows error:'ModuleNotFoundError: No module named 'depth.models.depther.regulardepth''. I do not find the 'regulardepth' module in your code. Could you solve this problem? Thanks.