gaussian-splatting
gaussian-splatting copied to clipboard
background removal
trafficstars
I'm trying to separate the background from the foreground by making the background transparent. I tried making the background transparent on the input images before giving to gaussian-splatting but it doesn't work. If I give it RGBA images where the background's alpha is 0, gaussian-splatting just ignores it and still gives out model with visible background. Can anyone help me?