Max Zhaoshuo Li 李赵硕
Max Zhaoshuo Li 李赵硕
Hi @xwx0924 I couldn’t clearly tell the quality of the depth map from the above images. It looks reasonable? - Have you rectified the images? - Even if you have...
Hi @smandava98 - Neuralangelo optimizes the surface in a canonical coordinate system, which is the coordinate where camera/object poses are defined. - Two different video sequences of the same object...
Hi @smandava98 Neuralangelo can handle occlusion and will simply reconstruct both objects (i.e., the lamp and the house). If you don't want the lamp, you have two options: - remove...
Hi @dolcelee Can you: - send me your config file and checkpoint? - point me to which two commits you compared?
Yes, feeding masks is definitely an option. We removed this functionality in the release as we did not feel there will be lots of use cases. Usually people are happy...
Hi @smandava98 If you look at the code below, it reads an image and generates pixel indexes to optimize the geometry. What you would do is read the corresponding masks...
Hi @deeepwin @dolcelee Thank you for sharing the useful info! We are looking into this issue. Will update!
Hi @dolcelee On my end, even before the commit you provided, I am getting the same mesh results. I want to confirm that you are getting two different meshes with...
Thanks for the update. - For the mesh problem: we have recently updated the preprocessing formats. To fix this issue, 1) run the entire preprocessing script again, 2) just run...
Hi @BoMingZhao @AuthorityWang Thanks for reporting this. This is probably a bug and let me look into where the problem is.