You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
PETR/projects/mmdet3d_plugin/models/dense_heads/petrv2_head.py
Line 384 in f7525f9
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!
The text was updated successfully, but these errors were encountered: