Life Zero
Life Zero
You can try removing native flag when building g2o and ORB_SLAM3. I met same problem with RGB-D example and removing fixed that.
i have the same problem. have you solved it? thank you. Edited: I fixed this problem by using spconv 1.2.1
Did you successfully generate KITTI range view images? I encounter errors when running the generated script, this cannot read pkl file.
I met the same issue. Has anyone solved that? Update: I solved this problem with spconv 1.2.1
You can add "-DPYTHON_EXECUTABLE=$(which python3)" to the command cmake in build script. I have met the same problem with Jetpack 5.0.
Me too!
Hi, did you ever solve this issue?
> > no,i do not occur your error,it just aboutCUDA error。 > > […](#) > > ---Original--- From: _**@**_._**> Date: Wed, Dec 13, 2023 21:00 PM To: _**@**_.**_>; Cc: _**@**_._**_**@**_.**_>;...
> Following this [nkolot/SPIN#41 (comment)](https://github.com/nkolot/SPIN/issues/41#issuecomment-575761078), add `os.environ['PYOPENGL_PLATFORM'] = 'egl' ` into `offscreen_renderer.py` solves the issue. The code can run in the remote server. I tried it but the problem is...