Haseeb Raja
Haseeb Raja
@kelvinyankey6 My workaround was to save points and poses in `.ply` file on the fly. https://github.com/pytholic/ml_cv_scripts_guides/blob/main/droid_slam/vis_headless.py
> > @kelvinyankey6 My workaround was to save points and poses in `.ply` file on the fly. https://github.com/pytholic/ml_cv_scripts_guides/blob/main/droid_slam/vis_headless.py > > > > Hello, thanks for your code! I can't save...
@kelvinyankey6 cool! @NOTGOOOOD please try it with headless rendering, will work hopefully!
@Zunhammer Not sure. I think I have used it with docker in the past but that was my custom docker. Here is my docker for Droid Slam: https://github.com/princeton-vl/DROID-SLAM/pull/98 I created...
As mentioned by @HtutLynn , if you are using my `headless` script, you need to install `open3D-headless` in your container. I used `headless` because I was working with a remote...
@jmunshi1990 Hi. It has been a long time since I used this. I don't remember how I was saving the final point cloud but maybe you can take a look...
@zapmxl @moaazassali Hi. Have you guys found a way to run it with a live camera feed from something like GoPro or a webcam?
@zhangjd1029 Hi. I don't have access to that codebase anymore, it is private. But it wasn't hard. You need to change `image_stream` function to use webcam instead of reading from...
@zhangjd1029 I would recommend using 1080p cam. I was using Anker webcam.
@zhangjd1029 Distortion and low quality will definitely cause some issues.