facebookresearch / OctConv

Code for paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

octave conv cannot support input at any size

Stinky-Tofu opened this issue · comments

If the network is downsampled n times, the input size must be 2^a (a >= n), other sizes are not supported, such as 600x1000.