pytorch中全局和局部一致的图像完成
"Globally and Locally Consistent Image Completion"
Satoshi Iizuka, Edgar Simo-Serra, and Hiroshi Ishikawa
ACM Transaction on Graphics (Proc. of SIGGRAPH 2017), 2017
这是Pytorch 0.4中论文( )中提出的图像完成模型的实现。
要求
的Python 3
火炬0.4
TensorbardX
argparser
等等(PIL,tqdm ...)
用法
一,准备培训资料
此步骤是对图像进行预处理(制作随机蒙版)并将图像转换为割炬张量。
$ cd src_gl
$ python prepare_dataset2tensor.py
在github中。 我已经通过测试和培
2022-05-20 21:27:28
51.68MB
Python
1