facebookresearch / mvp

Training and Evaluation Code for "Mixture of Volumetric Primitives for Efficient Neural Rendering"
Other
191 stars 16 forks source link

ModuleNotFoundError: No module named 'utilslib' #7

Closed Myzhencai closed 1 year ago

Myzhencai commented 1 year ago

Hi , thanks for share with this awsome job , have nice day:-) When I just want to render the demo in the experiment data ,I got this error :-) By the way ,I have compiled the extension file 2022-07-06 23-31-21 的屏幕截图

stephenlombardi commented 1 year ago

can you share what command you ran and what directory you were in when you got that error?

Myzhencai commented 1 year ago

Hi ,@stephenlomvardi .this is what I did :+1: sendpix0 Sorry for delay repling ,cause I am working:-) Have a nice day:-),nice job

Myzhencai commented 1 year ago

sendpix1

stephenlombardi commented 1 year ago

hm my guess is that this is related to the pytorch or cuda version you're using. the project readme says cuda 10 but my current environment has cuda 11 and pytorch 1.11 and things build/run okay for me. can you share your python, pytorch, and cuda versions?

another thing that might help is to post the output from building the extensions to see if there's any warnings there (make sure to cd to extensions/utils, rm -r build first then make).

Myzhencai commented 1 year ago

Hi,thanks for reply:-). As for version issue ,I think the same way , I will try to obey the closed isuee which mentioned the version of pytorch and cuda gcc .etc. I will figure out of it , let me try,haha:-)

Myzhencai commented 1 year ago

2022-07-08 22-31-36 的屏幕截图 this is mine current vitural environment:-)

stephenlombardi commented 1 year ago

did you ever end up getting this to work?

Myzhencai commented 1 year ago

did you ever end up getting this to work?

Hi,thanks for reply ,I have solved the issue with the exact version mentioned in https://github.com/facebookresearch/mvp/issues/1

stephenlombardi commented 1 year ago

glad to hear!