OPEN-AIR-SUN/mars

background blur in kitti 0003 data

Closed this issue · 6 comments

Hi, mars team, I train a nerf model using 0003 scene for 30~90 frames. I didn't use depth, carnerf weight and semantic mask in the training. The maximum iterations are 50000.
I found the scene that ego car is moving is usual blur as the figure 1.
image
And I also found the dynamic object close to ego car usunaly has a ghost shadow as the following figure.
image

The training logs are following:
image

Could you explain these cases? I met the same problem in my private data.

Thank you in advance.

Hi! @szhang963

While the ego car is moving, maybe using depth will help with the performance. It seems that there are many shadowed areas in this scene, which will also affect the training performance.

Perhaps a longer sequence could help with decoupling the object from the background.

Thanks for your reply. A longer sequence means a larger memory, could you share a solution for saving the memory? Thank you very much.

Hi! @szhang963

Maybe you can refer to #85.

Hi, @xBeho1der
I follow the process of generating the depth map using monocular depth estimation model. However, the result is poorer than the depth map you provided, like these (my, your, and image):
image
image
image

Could you provide some causes to resolve this? Thank you in advance.

Hi! @szhang963

Try modifying the resize part?
image

Hi @xBeho1der. Yes, I have fixed it. However, the rendered RGB images are still blurred using the depth loss when the ego car is moving (e.g. 006, 190-249).
image
Could you provide a training result for the scene?