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
@shaoqb Hi, to only use one-to-one branch in inference, you can set num_query=900, comment out Line494~Line498 and set self_attn_mask to None in Line499. To load ckpt trained with one-to-many, the num_query in Line328 should be 2700 and you need take the first 900 query in reference_points before using reference_points.
The paper says that the one-to-one branch is used for inference. Where is it reflected in the code?
The text was updated successfully, but these errors were encountered: