DanielCoelho112 / synfeal

Synfeal: A Data-Driven Simulator for Camera Localization
9 stars 1 forks source link

Study techniques to replace Nans of images #35

Open DanielCoelho112 opened 2 years ago

DanielCoelho112 commented 2 years ago

Using navier-stokes inpaint we might be changing the depth information. We should research other techniques. Maybe replacing nans with a specific value?

DanielCoelho112 commented 2 years ago

The most common way to deal with this problem is to apply inpainting as we are already doing. See https://datascience.stackexchange.com/questions/51375/how-to-replace-nan-values-for-image-data.

I'll keep looking for alternatives.