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

3D position_embeding in frustrume #146

Open
BingyuZhou opened this issue Oct 19, 2023 · 0 comments
Open

3D position_embeding in frustrume #146

BingyuZhou opened this issue Oct 19, 2023 · 0 comments

Comments

@BingyuZhou
Copy link

coords3d = inverse_sigmoid(coords3d)

is it problematic here? the coord3d can be negative value, which makes inverse_sigmoid useless. Meanwhile, inverse_sigmoid gets value in [-inf, inf]. Isn't this position embedding value too large since it will add img feature later in attention?

BTW, what is usage of coords_mask? Seems not used.

Thanks!

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

1 participant