PuHan

Results 3 issues of PuHan

A “SIGSEGV: Segmentation fault” error occurred while running video_inpaint.py

In birealnet.py, I observe that kernel_initializer is set as "glorot_normal" for Conv2d; However, in QuantConv2D, the kernel_initializer is set as "glorot_normal". Kernel_initializer ="glorot_normal" means the kernel weights are all set...

What's the channels of corresponding GT? is it the same as the channels of extracted edge map? Thank you~