hplegend

Results 20 comments of hplegend

> If you have masks for the SfM step, you can apply them to a copy of your images and feed those to the MVS step. In Python this could...

> > If you have masks for the SfM step, you can apply them to a copy of your images and feed those to the MVS step. In Python this...

> If you have the absolute poses, you can get the relative poses between any pair of images as T2 * inv(T1), where Ti is the transformation from world to...

> Sure, what details do you want to know? Thanks for you quickly reply. I am confused about qvec and tvec in image.txt file. I want to know whether i...

> If you have the absolute poses, you can get the relative poses between any pair of images as T2 * inv(T1), where Ti is the transformation from world to...

I encounter this problem too, so there are anyone else can provide solutions?

@ > I encounter this problem too, so there are anyone else can provide solutions? I re-compile the program with opencv4.8, and stereo_euroc successfully launched.

> > the approach is wrong, pls add an interface for your data following https://github.com/cdcseacave/openMVS/wiki/Interface or just imitating one of the many `interface` in `apps` > > Thanks for the...

> because of the wrong setting parameters(Tbc) I run ORB_SLAM3 using zed2 stereo image and imu, but it was failed. I just want to known, Tbc is imu to camera0...

> 参考一下[这个实例](https://github.com/orbbec/pyorbbecsdk/blob/main/examples/two_devices_sync.py) 我参考这个例子跑,但是似乎无法同步,第二个设备无法返回数据,导致只能渲染第一个设备的彩色图像和深度图像