troyliuyue

Results 3 comments of troyliuyue

@aasharma90 Modifying the packing operation from out = np.concatenate((im[0:H:2, 0:W:2, :], im[0:H:2, 1:W:2, :], im[1:H:2, 1:W:2, :], im[1:H:2, 0:W:2, :]), axis=2) to out = np.concatenate((im[1:H:2, 0:W:2, :], im[1:H:2, 1:W:2, :],...

> Hi @troyliuyue , > > This is what I observe for my data (captured using Nikon D80) - > ![image](https://user-images.githubusercontent.com/27413823/60852981-baef0c80-a22c-11e9-8a46-dc07672c0838.png) > > This is what I observe for the...

The same issue as @akashsahu410 posted! Any ideas? Thanks!!!!!!!!