DeepMosaics
DeepMosaics copied to clipboard
processing videos that has 2 different areas censored bugged
For example if in video some face and "youknow" (or "youknow" + "youknow" in different places of the frame) censored both then only one area (mostly randomly) becomes uncensored and other area is not, even if I've chosen "clean_youknow_video.pth" model (tried with different thr), As workaround to process uncensored video 2nd time but would be better if it was fixed in this tool by its code.
Same results here. This should be fixed.
I think that fast fix for that problem is to edit clean.py to be able to run 2nd and 3rd steps (finding mosaic & cleaning) multiple times (defined by user) but sadly I don't have enough knowlege to compile Python code in both deepmosaic.exe files back.