From e6744942ed179fab3c082fb8cb9cd25719638871 Mon Sep 17 00:00:00 2001 From: hypox64 Date: Sat, 3 Aug 2019 20:39:26 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- imgs/{exe_GUI.png => GUI.png} | Bin 2 files changed, 4 insertions(+), 3 deletions(-) rename imgs/{exe_GUI.png => GUI.png} (100%) diff --git a/README.md b/README.md index 7162594..a4c6870 100755 --- a/README.md +++ b/README.md @@ -13,14 +13,15 @@ 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/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:
+![image](https://github.com/HypoX64/DeepMosaics/blob/master/imgs/GUI.png)
+ +Attentions:
- 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/).
+- If output video cannot be played, you can try it with [potplayer](https://daumpotplayer.com/download/). ### Run from source #### Prerequisites diff --git a/imgs/exe_GUI.png b/imgs/GUI.png similarity index 100% rename from imgs/exe_GUI.png rename to imgs/GUI.png -- GitLab