提交 23e6ce6e 编写于 作者: C chenjian

fix

上级 78a01f0e
......@@ -76,8 +76,12 @@ class LearningToSeeInDark:
return self.gpuexec, self.gpuprog, self.gpuinputs, self.gpuoutputs
def denoising(self, images=None, paths=None, output_dir='./enlightening_result/', use_gpu=False,
visualization=True):
def denoising(self,
images: list = None,
paths: list = None,
output_dir: str = './enlightening_result/',
use_gpu: bool = False,
visualization: bool = True):
'''
Denoise a raw image in the low-light scene.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册