sarafridov / K-Planes

Other
480 stars 46 forks source link

Visualization/Evaluation ERROR #27

Open Liming-belief opened 1 year ago

Liming-belief commented 1 year ago

When I execute the command “Python plenoxels/main. py -- render only -- log_ Dir /home/...” I receive an error of "No module named 'plexixels' during". When I execute the command 'sys. path. append ('/home/.../K-Planes main '), I encounter the error' Illegal instruction (core dumped) 'again May I ask what is causing this

sarafridov commented 1 year ago

When you run the command, make sure to prepend PYTHONPATH='.' as suggested in the readme. Does that fix the issue?

Liming-belief commented 1 year ago

thank you for your timely response PYTHONPATH='.' solved the 'No module named' plexixels''issue, but did not solve the' Illegal instruction (core dumped) 'issue

Liming-belief commented 1 year ago

When I execute the command 'from plenoxels.runners import video_trainer', an error occurs

sarafridov commented 1 year ago

This is difficult to debug without more detail, but my first guess would be to make sure that you're running main.py from the outer directory, ie that it's called as plenoxels/main.py rather than just main.py.