Hi, I noticed that thin objects like street lamps often flicker or disappear in the results.
This seems to be caused by the default interpolation when resizing sky masks. It introduces intermediate values (not 0 or 1) at the edges, which messes up the sky_mask == 0 check.
Switching to Nearest Neighbor interpolation fixes this issue and makes thin objects stable.