cnzzx / GeMap

[ECCV'24] Online Vectorized HD Map Construction using Geometry
https://invictus717.github.io/GeMap/
Apache License 2.0
158 stars 12 forks source link

error in multiscale_kernel_attn_forward_cuda: invalid configuration argument error in multiscale_kernel_attn_backward_cuda: invalid configuration argument #4

Closed jasonchengf closed 6 months ago

jasonchengf commented 6 months ago

error in multiscale_kernel_attn_forward_cuda: invalid configuration argument error in multiscale_kernel_attn_backward_cuda: invalid configuration argument Hi, when I try to train my own data, the above error is reported, can I ask if you guys have encountered similar errors or have any recommended solution ideas?

cnzzx commented 6 months ago

Thanks for your interest. We haven't met this error, and it's hard to determine why it occurs without details. Generally, this error seems caused by Geometric Kernel Attention, which will project BEV points to image space and aggregate features. Since you're using your own data, there might be some problems in this process (image shape, projection matrix, etc.). Maybe you can check your data loading and parameters passed to the kernel. The source code might also be helpful.

jasonchengf commented 6 months ago

Thanks for the advice you've provided, I've solved the problem so far, and I appreciate your help with it.