What is the correct way to change image channel ordering between channels first and channels last?

后端 未结 5 651
暗喜
暗喜 2021-02-02 07:28

I can not for the life of me figure out how to switch the image ordering. images are read in (x,x,3) format, theano requires it to be in (3,x,x) format. I tried changing the ord

5条回答
提交回复
热议问题