Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About camera-bevpool.cu and camera-geometry.cu #222

Open
cn-hezhu opened this issue Dec 7, 2023 · 2 comments
Open

About camera-bevpool.cu and camera-geometry.cu #222

cn-hezhu opened this issue Dec 7, 2023 · 2 comments

Comments

@cn-hezhu
Copy link

cn-hezhu commented Dec 7, 2023

when I use my own transformation matrix with four cameras, there is a problem: the value of interval.z was negative, causing output_offset to be negative.

#pragma unroll
for (int j = 0; j < tile_size; j++) {
unsigned int output_offset = interval.z + (feature_block + j) * out_h * out_w;
output_bevfeat[output_offset] = accumulate[j];
}
May be there are some bugs in camera-geometry.cu
But I don‘t know how to fix it.

@hopef
Copy link
Collaborator

hopef commented Dec 7, 2023

Could you add my WeChat(woshixiwanga) to co-debug this?
I know that some implementations in camera-geometry.cu may be hard to understand and need to be careful.
I'll update this part later.

@cn-hezhu
Copy link
Author

cn-hezhu commented Dec 7, 2023

Could you add my WeChat(woshixiwanga) to co-debug this? I know that some implementations in camera-geometry.cu may be hard to understand and need to be careful. I'll update this part later.

OK, thank you for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants