isl-org / StableViewSynthesis

MIT License
212 stars 34 forks source link

preprocess dir make has no error, but when run exp.py got attributeError #1

Closed visonpon closed 3 years ago

visonpon commented 3 years ago

Hi, @dvdhfnr Thanks for your great work and when I try to test I got an error like the below: AttributeError: module 'ext.preprocess' has no attribute 'map_source_points' hope you can help, thanks~

Kait0 commented 2 years ago

Hi, I have the same error. Can you share your solution?

Kait0 commented 2 years ago

Fixed it as well by now. The problem was in my case that the compiled preprocess.cp37-win_amd64.pyd (etc. file) were in a folder that the python init did not find. Copying them to ...\StableViewSynthesis\ext\preprocess solved the issue.