14 Star 82 Fork 40

Gitee 极速下载/DeepCreamPy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/deeppomf/DeepCreamPy
克隆/下载
USAGE.md 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
deeppomf 提交于 6年前 . Update USAGE.md

Usage

I. Decensoring bar censors

For each image you want to decensor, using image editing software like Photoshop or GIMP to color the areas you want to decensor the green color (0,255,0), which is a very bright green color and be sure that the picture you use has RGB color Mode not Indexed Color Mode.

I strongly recommend you use the pencil tool and NOT the brush tool.

If you aren't using the pencil tool, BE SURE TO TURN OFF ANTI-ALIASING on the tool you are using.

I personally use the wand selection tool with anti-aliasing turned off to select the censored regions. I then expand the selections slightly to completely cover the censored areas, pick the color (0,255,0), and use the paint bucket tool on the selected regions.

To expand selections in Photoshop, do Selection > Modify > Expand or Contract.

To expand selections in GIMP, do Select > Grow.

Save these images in the PNG format to the "decensor_input" folder. They MUST be in PNG format.

A. Using the binary

Decensor the images by double-clicking on the decensor file.

B. Running from scratch

Decensor the images by running

$ python main.py

Decensored images will be saved to the "decensor_output" folder. Decensoring takes a few minutes per image.

II. Decensoring mosaic censors

As with decensoring bar censors, perform the same steps of coloring the censored regions green and putting the colored image into the "decensor_input" folder.

In addition, move the original, uncolored images into the "decensor_input_original" folder. Ensure each original image has the same names as their corresponding colored version in the "decensor_input" folder.

For example, if the original image is called "mermaid.jpg," then you want to put this image in the "decensor_input_original" folder and, after you colored the censored regions, name the colored image "mermaid.png" and move it to the "decensor_input" folder.

A. Using the binary

Decensor the images by double-clicking on the decensor_mosaic file.

B. Running from scratch

Decensor the images by running

$ python main.py

Decensored images will be saved to the "decensor_output" folder. Decensoring takes a few minutes per image.

III. Decensoring with the user interface

To be implemented.

Troubleshooting

If you have difficulties getting DeepCreamPy to decensor, go here.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/DeepCreamPy.git
git@gitee.com:mirrors/DeepCreamPy.git
mirrors
DeepCreamPy
DeepCreamPy
master

搜索帮助