IRMVLab / RegFormer

[ICCV2023]RegFormer: An Efficient Projection-Aware Transformer Network for Large-Scale Point Cloud Registration
108 stars 5 forks source link

how to run my own H_input and W_input,right now,for example ,30/100,it shows shape[1,2,4,3,4,1] is invaild for input of size 104 #10

Open kindero opened 7 months ago

Manticore425 commented 6 months ago

same question

Manticore425 commented 6 months ago

你的图像宽高在每层降采样后都要和swin层的window size对上,例如宽度只能是256的倍数

liujiuming123 commented 5 months ago

H_input and W-input can be adjusted but maybe they better should be a multiple of the corresponding window size (e.g.4).