DeepMosaics.exe Instructions
[中文版]
This is a GUI version compiled in Windows.
Download this version and pre-trained model via [Google Drive] [百度云,提取码1x0a]
Attentions:
Require Windows_x86_64, Windows10 is better.
Different pre-trained models are suitable for different effects.
Run time depends on computer performance.
If output video cannot be played, you can try with potplayer .
GUI version update slower than source.
step 1: Choose image or video.
step 2: Choose model(Different pre-trained models are suitable for different effects)
step3: Run program and wait.
step4: Cheek reult in './result'.
Introduction to pre-trained models
Name
Description
add_face.pth
Add mosaic to all faces in images/videos.
clean_face_HD.pth
Clean mosaic to all faces in images/video. (RAM > 8GB).
add_youknow.pth
Add mosaic to all (FBI Warning) in images/videos.
clean_youknow_resnet_9blocks.pth
Clean mosaic to all (FBI Warning) in images/videos.
clean_youknow_video.pth
Clean mosaic to all (FBI Warning) in videos.
clean_youknow_video_HD.pth
Clean mosaic to all (FBI Warning) in videos. (RAM > 8GB)
Name
Description
style_apple2orange.pth
Convert apples to oranges.
style_orange2apple.pth
Convert oranges to apples
style_summer2winter.pth
Convert summer to winter.
style_winter2summer.pth
Convert winter to summer.
style_cezanne.pth
Convert photos/video to Paul Cézanne style.
style_monet.pth
Convert photos/video to Claude Monet style.
style_ukiyoe.pth
Convert photos/video to Ukiyoe style.
style_vangogh.pth
Convert photos/video to Van Gogh style.
Choose image or video.
Choose model(Different pre-trained models are suitable for different effects).
Program running mode. (auto | add | clean | style)
Use GPU to run deep learning model. (The current version does not support gpu, if you need to use gpu please run source).
Limit the fps of the output video(0->original fps).
More options.
More options can be input.
Run program.
Open help file.
Sponsor our project.
Version information.
Open the URL on github.
If you need more effects, use '--option your-parameters' to enter what you need.
Option
Description
Default
--use_gpu
if -1, do not use gpu
0
--media_path
your videos or images path
./imgs/ruoruo.jpg
--mode
program running mode(auto/clean/add/style)
'auto'
--model_path
pretrained model path
./pretrained_models/mosaic/add_face.pth
--result_dir
output media will be saved here
./result
--fps
read and output fps, if 0-> origin
0
Option
Description
Default
--mosaic_mod
type of mosaic -> squa_avg/ squa_random/ squa_avg_circle_edge/ rect_avg/random
squa_avg
--mosaic_size
mosaic size,if 0 -> auto size
0
--mask_extend
extend mosaic area
10
--mask_threshold
threshold of recognize mosaic position 0~255
64
Option
Description
Default
--traditional
if specified, use traditional image processing methods to clean mosaic
--tr_blur
ksize of blur when using traditional method, it will affect final quality
10
--tr_down
downsample when using traditional method,it will affect final quality
10
--medfilt_num
medfilt window of mosaic movement in the video
11
Option
Description
Default
--output_size
size of output media, if 0 -> origin
512