Problems with duplication
Hugging Face Forums [Unofficial]
June 6, 2026
HELP FRIEND: I want to colorize soccer scenes, and the AI is giving me this. I’m letting you know in case you want to tweak the code.
The code is brilliant for scenes where the camera barely moves (like an interview or a static shot). For a soccer match with continuous camera panning, the original desktop EbSynth (the .exe program from its official website) handles it a thousand times better because it calculates exclusion maps that this simplified Python script doesn’t have. If you decide to clone this script in your Hugging Face space to test it, make sure to turn off the enable_temporal_reset option (set it to False) if you’re going to include soccer scenes with a lot of camera movement, or it will generate ghosting on the grass.
THANKS
Discussion in the ATmosphere