VideoSwin
VideoSwin copied to clipboard
Support `channel_first` format
Short Description
Currently it supports only channel last format, i.e. (bs, depth, height, width, channel). To make it compatible with torch ecosystem, it would be convenient to support channel last format also, i.e. (bs, channel, depth, height, width).