virtual_sketching icon indicating copy to clipboard operation
virtual_sketching copied to clipboard

General Virtual Sketching Framework for Vector Line Art (SIGGRAPH 2021)

Results 12 virtual_sketching issues
Sort by recently updated
recently updated
newest added

作者您好,非常感谢您开源了代码。请问有pytorch版本的吗?

作者您好,请问model_common_train.py的931行代码 filter_curr_stroke_image_soft = tf.multiply(tf.subtract(1.0, curr_state_soft), curr_stroke_image_large) 这里是不是应该改为 filter_curr_stroke_image_soft = tf.multiply(curr_state_soft, curr_stroke_image_large) 不需要tf.subtract(1.0, curr_state_soft)这个一步操作

模型文件, 数据能上传一份到百度云盘吗,google下载不了啊

This PR adds a dockerfile for reproducible builds.

作者您好,我想问一下,在微调vgg16的过程中,是以345种类别的数据,训练几次呢?我发现vgg16训练过多的次数后,好像反而不利于sketching模型的收敛

It might be worth mentioning that this package requires cairo https://www.cairographics.org/download/

Looks like matplotlib is required for this, but its not in the requirements listed on the readme ``` #utils.py import matplotlib.pyplot as plt ```

Looks like the max version you can use is 1.14.0