sanghyun-son/EDSR-PyTorch

Mean Shift Function for Gray Image dataset

Kamin90 opened this issue · 0 comments

The dataset I'm working that contains 1-channel gray images. Is this mean shift function necessary to apply on gray images? if so, how to change the below code for 1-channel gray images.

class MeanShift(nn.Conv2d):