From 346d19cbba2d1e88bf80bcb2ffc9a510d958a477 Mon Sep 17 00:00:00 2001 From: hypox64 Date: Tue, 14 May 2019 00:43:38 +0800 Subject: [PATCH] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dac0a20..53eeaaa 100755 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ 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 pix2pix.
+ ## Notes The code do not include the part of training, I will finish it in my free time.
+ ## Prerequisites -- Linux, (I didn't try this code on Windows or mac machine) +- Linux, (I didn't try this code on Windows or Mac OS) - Python 3.5+ - ffmpeg -- Pytroch 0.4, (I will update to 1.0) +- Pytorch 0.4 [(Pytorch 1.0+ is available)](https://github.com/HypoX64/DeepMosaics) - CPU or NVIDIA GPU + CUDA CuDNN ## Getting Started @@ -23,6 +25,7 @@ cd DeepMosaics You can download pre_trained models and test video and replace the files in the project.
[[Google Drive]](https://drive.google.com/open?id=1PXt3dE9Eez2xUqpemLJutwTCC0tW-D2g) [[百度云,提取码z8vz]](https://pan.baidu.com/s/1Wi8T6PE4ExTjrHVQhv3rJA) + ### Dependencies This code depends on numpy, scipy, opencv-python, torchvision, available via pip install. ### AddMosaic -- GitLab