VideoSwin icon indicating copy to clipboard operation
VideoSwin copied to clipboard

Support `channel_first` format

Open innat opened this issue 10 months ago • 0 comments

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).

innat avatar Mar 07 '25 17:03 innat