Feng Ruicheng
Feng Ruicheng
`Distributed` and `Slurm` training are supported for multi-GPUs training, checkout [TrainTest.md](https://github.com/xinntao/BasicSR/blob/master/docs/TrainTest.md).
Hi, for camera setup, please refer to https://github.com/jnjaby/DISCNet/issues/15#issuecomment-1013645741. I don't quite understand the second question. What do you mean by energy cut-off? Can you make it more specific?
Hi, we couldn't release the PSF simulation code due to our collaborator's policy.
Hi, `cv.imread` will return image with data type `uint8`. You need to first convert it into `np.float` and then store as `.NPY` file.
@mathmanu I am confused about the procedure of quantization at eval phase. As defined in [/src/caffe/net.cpp](https://github.com/tidsp/caffe-jacinto/blob/ff092f84472c73292bc56f0a01d6bb35769d674c/src/caffe/net.cpp#L676), the dynamic frac-bits are set before forward. Does it mean the quantization ranges of...
Thanks for the suggestion.
Hi all, please check out the demo at https://huggingface.co/spaces/rcfeng/KEEP.
Hi all, we've released the training code
Hi, this message suggests `opt` is a `tuple` instance here. This could stem from the incompatible version of `basicsr`. Did you run `python setup.py develop` as suggested in the installation?
We've release the yaml files