PnP-SCI_python icon indicating copy to clipboard operation
PnP-SCI_python copied to clipboard

Plug-and-Play Algorithms for Video Snapshot Compressive Imaging (TPAMI 2022)

Results 2 PnP-SCI_python issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/Users/Diyora/PnP-SCI_python/pnp_sci_video_grayscale_benchmark.py", line 150, in state_dict = remove_dataparallel_wrapper(state_dict) NameError: name 'remove_dataparallel_wrapper' is not defined I am running the code on python 3.7.6 conda base on...

你好,我在运行“pnp_sci_video_middle_scale_color.py”这个文件时发现输入的meas_bayer和输出的vgapffdnet_bayer都是由灰度图组成的视频,在代码中也没有找到对RGGB图像进行处理的过程,想问问对RGGB图像的处理过程是仅在Matlab代码中实现而没有在Python代码中实现吗,谢谢