提交 346d19cb 编写于 作者: H hypox64

Update readme

上级 041566be
...@@ -3,14 +3,16 @@ ...@@ -3,14 +3,16 @@
You can use it to automatically remove the mosaics in images and videos, or add mosaics to them.<br> You can use it to automatically remove the mosaics in images and videos, or add mosaics to them.<br>
This porject based on semantic segmentation and pix2pix. This porject based on semantic segmentation and pix2pix.
<br> <br>
## Notes ## Notes
The code do not include the part of training, I will finish it in my free time. The code do not include the part of training, I will finish it in my free time.
<br> <br>
## Prerequisites ## 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+ - Python 3.5+
- ffmpeg - 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 - CPU or NVIDIA GPU + CUDA CuDNN
## Getting Started ## Getting Started
...@@ -23,6 +25,7 @@ cd DeepMosaics ...@@ -23,6 +25,7 @@ cd DeepMosaics
You can download pre_trained models and test video and replace the files in the project.<br> You can download pre_trained models and test video and replace the files in the project.<br>
[[Google Drive]](https://drive.google.com/open?id=1PXt3dE9Eez2xUqpemLJutwTCC0tW-D2g) [[Google Drive]](https://drive.google.com/open?id=1PXt3dE9Eez2xUqpemLJutwTCC0tW-D2g)
[[百度云,提取码z8vz]](https://pan.baidu.com/s/1Wi8T6PE4ExTjrHVQhv3rJA) [[百度云,提取码z8vz]](https://pan.baidu.com/s/1Wi8T6PE4ExTjrHVQhv3rJA)
### Dependencies ### Dependencies
This code depends on numpy, scipy, opencv-python, torchvision, available via pip install. This code depends on numpy, scipy, opencv-python, torchvision, available via pip install.
### AddMosaic ### AddMosaic
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册