EAGLE-TextureMapping icon indicating copy to clipboard operation
EAGLE-TextureMapping copied to clipboard

Run the project without depth image

Open Jiakui opened this issue 2 years ago • 1 comments

Dear author,

I want to run the project without depth image , just with obj file and images and camera pose. With these information, can I reconstruct the texture ?

Thanks so much!

Jiakui avatar May 17 '22 11:05 Jiakui

In fact, depth images are unused in the current version. In old version, the depth images are for the valid checking of 3D-to-image projection. If the depth in the depth image and from the re-projection from other views are with big offset, it may be a bad projection.

So you comment the " readDepthImgs();" and it still works.

OneEyedEagle avatar May 30 '22 10:05 OneEyedEagle