pytorch-debayer icon indicating copy to clipboard operation
pytorch-debayer copied to clipboard

Convolutional PyTorch debayering / demosaicing layers

Results 2 pytorch-debayer issues
Sort by recently updated
recently updated
newest added

I got a TDI camera, which is R G B R G B... which mean the image CFA should be like [R G B R G B R G B...

Kind of a curiosity more than anything else, but all the other debayer modules operate fine on values which aren't [0..1] but the Debayer5x5 will output a black image unless...