Merge multiple multi channel image
I have matrix of [14965,16,32,256] where 14965 is number of images, 16 height, 32 width and 256 is number of channels. How can i merge these channels to one channel?
Asked: 2018-07-11 06:47:42 -0600
Seen: 584 times
Last updated: Jul 11 '18
maybe you can explain, what is inside your 256 channels ?
where does this data come from ? (quite unusual format)
also note, that it is [N,C,H,W] with opencv's dnn, so, what exactly are you using there ?This matrix extracted from one DNA sequence dataset by convert DNA sequence to 2D image using Hilbert curve of degree 5 and 4-mers
ah, ok. wrong guess here, then.
how do you expect to "merge" 256 channels into one ? is there a formula ?
something like this link text but in python