diff --git a/README.md b/README.md index 9a5f43e39f80f37e47b8bd97dc7289605b2bf39d..716259411cfaaadd0395ae6e9a67e3b88257f59c 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![image](https://github.com/HypoX64/DeepMosaics/blob/master/hand.gif) +![image](https://github.com/HypoX64/DeepMosaics/blob/master/imgs/hand.gif) # DeepMosaics You can use it to automatically remove the mosaics in images and videos, or add mosaics to them.
This porject based on ‘semantic segmentation’ and ‘Image-to-Image Translation’. @@ -13,13 +13,14 @@ You can either run DeepMosaics via pre-built binary package or from source.
### Pre-built binary package For windows, we bulid a GUI version for easy test.
-![image](https://github.com/HypoX64/DeepMosaics/blob/master/exe_GUI.png)
+![image](https://github.com/HypoX64/DeepMosaics/blob/master/imgs/exe_GUI.png)
Download this version via [[Google Drive]](https://drive.google.com/open?id=1LTERcN33McoiztYEwBxMuRjjgxh4DEPs) [[百度云,提取码1x0a]](https://pan.baidu.com/s/10rN3U3zd5TmfGpO_PEShqQ)
Attentions:
-1.Require Windows_x86_64, Windows10 is better.
-2.File path cannot contain spaces (" ").
-3.Run time depends on computer performance.
-4.If output video cannot be played, you can try it with [potplayer](https://daumpotplayer.com/download/).
+ +- Require Windows_x86_64, Windows10 is better.
+- File path cannot contain spaces (" ").
+- Run time depends on computer performance.
+- If output video cannot be played, you can try it with [potplayer](https://daumpotplayer.com/download/).
### Run from source #### Prerequisites diff --git a/exe_GUI.png b/imgs/exe_GUI.png similarity index 100% rename from exe_GUI.png rename to imgs/exe_GUI.png diff --git a/hand.gif b/imgs/hand.gif old mode 100755 new mode 100644 similarity index 100% rename from hand.gif rename to imgs/hand.gif