I found some annotation error in MetaKernel.
- In
forward, param coord_data: num_batch, 3, H, W link. But it's not real, in SalsaNextWithMotionAttention, coor_data is current_range_image, it's channel is 5;
- In
sample_data , :return: sample_output: num_batch, num_channel_in * kernel_size * kernel_size, H, W, link. I think the outout should be num_batch, num_channel * kernel_size * kernel_size, HxW
I found some annotation error in MetaKernel.
forward,param coord_data: num_batch, 3, H, Wlink. But it's not real, inSalsaNextWithMotionAttention,coor_dataiscurrent_range_image, it's channel is 5;sample_data,:return: sample_output: num_batch, num_channel_in * kernel_size * kernel_size, H, W, link. I think the outout should benum_batch, num_channel * kernel_size * kernel_size, HxW