drsrinathsridhar / xnocs

Multiview Aggregation for Learning Category-Specific Shape Reconstruction, NeurIPS 2019
38 stars 7 forks source link

ModuleNotFoundError: No module named 'tk3dv.ptTools' #7

Closed akaganeite closed 2 years ago

akaganeite commented 2 years ago

Hi, i'am trying to implement your work on a server. But met the error ModuleNotFoundError: No module named 'tk3dv.ptTools' when running the code from tk3dv.ptTools import ptUtils. I was wondering what may cause this error. I'm sure that tk3dv is added to the system path. Thanks.

drsrinathsridhar commented 2 years ago

I removed ptTools from the tk3dv library. But I have added it back for backwards compatibility. Please uninstall and reinstall tk3dv and try again. Let me know if it still doesn't work. Thanks.