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

question about run demo

Open dkerjw1 opened this issue 2 years ago • 5 comments

Hi, thanks for your amazing work,

when I ran the demo use the command

python ./examples/slam_demo.py --dataset_dir=./datasets/Replica/office0 --dataset_name=nerf --buffer=100 --slam --parallel_run --img_stride=2 --fusion='nerf' --multi_gpu

I got the a lot log like this and then it miss in fusion loop:

Fusion packet from SLAM module is None...

And when I run sigma-fusion, the end log is

End of SLAM sequence, nothing more to fuse...

is that right?

dkerjw1 avatar Jan 03 '23 13:01 dkerjw1