JiYuanFeng / DDP

172 stars 13 forks source link

Depth training problem #12

Open Steven-Xiong opened 1 year ago

Steven-Xiong commented 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.

filbertsun commented 1 year ago

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.