MaybeShewill-CV / attentive-gan-derainnet

Unofficial tensorflow implemention of "Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018) " model https://maybeshewill-cv.github.io/attentive-gan-derainnet/
MIT License
262 stars 83 forks source link

测试的问题 #94

Closed changruowang closed 1 year ago

changruowang commented 2 years ago

请问我在自己电脑上运行测试的时候在 saver.restore(sess, tf.train.latest_checkpoint(weights_path)) 函数会消耗很多时间 并且推理去雨后的图像全黑

MaybeShewill-CV commented 1 year ago

@changruowang restore是在加载模型比较耗时。推理后的图像全黑应该是输入数据的问题,没有更多信息目前无法定位:)