From 41ea58b9b48c9f857b192f99748392518a663775 Mon Sep 17 00:00:00 2001 From: hypox64 Date: Sat, 3 Aug 2019 20:31:16 +0800 Subject: [PATCH] Update README.d --- README.md | 13 +++++++------ exe_GUI.png => imgs/exe_GUI.png | Bin hand.gif => imgs/hand.gif | Bin 3 files changed, 7 insertions(+), 6 deletions(-) rename exe_GUI.png => imgs/exe_GUI.png (100%) rename hand.gif => imgs/hand.gif (100%) mode change 100755 => 100644 diff --git a/README.md b/README.md index 9a5f43e..7162594 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 -- GitLab