PJLab-ADG / neuralsim

neuralsim: 3D surface reconstruction and simulation based on 3D neural rendering.
MIT License
582 stars 31 forks source link

About extract mono clues #10

Closed toro1818 closed 11 months ago

toro1818 commented 11 months ago

I really appreciate your execellent work! But I have some questions about extract mono clues. image I'm confuzed about these three import. when I run the extract_mono_cues.py, it'll failed when create DPTDepthModel. The error output is Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)+

toro1818 commented 11 months ago

sry, I‘ve handled it. I run the extract_mono_cues.py in nr3d env before. When I move into omnidata env, it can run successifuly.

ventusff commented 11 months ago

Ah-ha. You may also consider installing the requirements for Omnidata and building Omnidata within the nr3d environment. In my previous attempts, I've never encountered conflicts between the dependencies and build of Omnidata with the nr3d environment :smile:. This might save you some trouble.