NeRF-SLAM icon indicating copy to clipboard operation
NeRF-SLAM copied to clipboard

The demo result doesn't look so good as the result in paper?

Open xiehousen opened this issue 3 years ago • 8 comments

I run the data set of sample provided by download_replica_sample.bash, which is the display effect. From this result, it seems that the effect is not as good as that in the paper. Need to change some parameters?

2023-01-05 10-08-10 的屏幕截图

xiehousen avatar Jan 05 '23 02:01 xiehousen

PS: WARNING Could not initialize Vulkan and NGX. DLSS not supported.

xiehousen avatar Jan 05 '23 02:01 xiehousen

Hi @xiehousen. Could you please show me how to get that result? I even cannot get anything. image image

phamquandung avatar Jan 05 '23 04:01 phamquandung

In fact, I don't know how to compile to display. You may need to replace an instant ngp and gtsam version.

In addition, I will display many flags when running. But I don't know whether it is right to output these things.

2023-01-05 14-45-18 的屏幕截图

xiehousen avatar Jan 05 '23 06:01 xiehousen

I can't see anything in the result image

phamquandung avatar Jan 05 '23 08:01 phamquandung

The eval result (PSNR, L1) is zero.

xiehousen avatar Jan 05 '23 08:01 xiehousen

The eval result (PSNR, L1) is zero.

Same as my case. That's why the output result of GUI is as my aforementioned figure. I wonder what's wrong with this code? @ToniRV @jrpowers

phamquandung avatar Jan 05 '23 08:01 phamquandung

I got the same problem before and solved it by installing Vulkan SDK and enabling DLSS.

  • Install Vulkan SDK: https://vulkan.lunarg.com/doc/view/latest/linux/getting_started_ubuntu.html
  • Enable DLSS: https://github.com/NVlabs/instant-ngp/issues/621#issuecomment-1133095007

Then compile instant-ngp.

sjdingcn avatar Jun 16 '23 07:06 sjdingcn

The eval result (PSNR, L1) is zero.

Same as my case. That's why the output result of GUI is as my aforementioned figure. I wonder what's wrong with this code? @ToniRV @jrpowers

I got the same problem.Do you solve it?

Augusthyq avatar Jan 07 '24 14:01 Augusthyq