From 4c5ba3be94243dece3d24bc2d1b6a853cc5671e2 Mon Sep 17 00:00:00 2001 From: hypox64 Date: Tue, 28 Apr 2020 23:52:47 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ README_CN.md | 6 ++++++ docs/how_to_train.md | 1 - 3 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 docs/how_to_train.md diff --git a/README.md b/README.md index 2b5aed7..a961618 100755 --- a/README.md +++ b/README.md @@ -6,19 +6,25 @@ This porject based on "semantic segmentation" and "Image-to-Image Translation".< * [中文版README](./README_CN.md)
### More example + origin | auto add mosaic | auto clean mosaic :-:|:-:|:-: ![image](./imgs/example/lena.jpg) | ![image](./imgs/example/lena_add.jpg) | ![image](./imgs/example/lena_clean.jpg) ![image](./imgs/example/youknow.png) | ![image](./imgs/example/youknow_add.png) | ![image](./imgs/example/youknow_clean.png) + * Compared with [DeepCreamPy](https://github.com/deeppomf/DeepCreamPy) + mosaic image | DeepCreamPy | ours :-:|:-:|:-: ![image](./imgs/example/face_a_mosaic.jpg) | ![image](./imgs/example/a_dcp.png) | ![image](./imgs/example/face_a_clean.jpg) ![image](./imgs/example/face_b_mosaic.jpg) | ![image](./imgs/example/b_dcp.png) | ![image](./imgs/example/face_b_clean.jpg) + * Style Transfer + origin | to Van Gogh | to winter :-:|:-:|:-: ![image](./imgs/example/SZU.jpg) | ![image](./imgs/example/SZU_vangogh.jpg) | ![image](./imgs/example/SZU_summer2winter.jpg) + An interesting example:[Ricardo Milos to cat](https://www.bilibili.com/video/BV1Q7411W7n6) ## Run DeepMosaics diff --git a/README_CN.md b/README_CN.md index fac53c0..901e630 100644 --- a/README_CN.md +++ b/README_CN.md @@ -3,19 +3,25 @@ 这是一个通过深度学习自动的为图片/视频添加马赛克,或消除马赛克的项目.
它基于“语义分割”以及“图像翻译”.
### 更多例子 + 原始 | 自动打码 | 自动去码 :-:|:-:|:-: ![image](./imgs/example/lena.jpg) | ![image](./imgs/example/lena_add.jpg) | ![image](./imgs/example/lena_clean.jpg) ![image](./imgs/example/youknow.png) | ![image](./imgs/example/youknow_add.png) | ![image](./imgs/example/youknow_clean.png) + * 与 [DeepCreamPy](https://github.com/deeppomf/DeepCreamPy)相比较 马赛克图片 | DeepCreamPy | ours + :-:|:-:|:-: ![image](./imgs/example/face_a_mosaic.jpg) | ![image](./imgs/example/a_dcp.png) | ![image](./imgs/example/face_a_clean.jpg) ![image](./imgs/example/face_b_mosaic.jpg) | ![image](./imgs/example/b_dcp.png) | ![image](./imgs/example/face_b_clean.jpg) + * 风格转换 +* 原始 | 梵高风格 | 转化为冬天 :-:|:-:|:-: ![image](./imgs/example/SZU.jpg) | ![image](./imgs/example/SZU_vangogh.jpg) | ![image](./imgs/example/SZU_summer2winter.jpg) + 一个有意思的尝试:[香蕉君♂猫](https://www.bilibili.com/video/BV1Q7411W7n6) ## 如何运行 diff --git a/docs/how_to_train.md b/docs/how_to_train.md deleted file mode 100644 index ec94773..0000000 --- a/docs/how_to_train.md +++ /dev/null @@ -1 +0,0 @@ -### make datasets -- GitLab