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
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
I don't anderstand the following codes:
what is in encoded_box after execute this code?
encoded_box[:, -1][assign_mask] = iou[assign_mask]
And what is the output of ”encoded_box[:, :2][assign_mask] ”?
encode_box is a tensor ande shape likes [[xmin,ymin,xmax,ymax],...].assign_mask is a tensor of [true,false,.....].
i just can't anderstand the syntax.who can help to explain it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't anderstand the following codes:
what is in encoded_box after execute this code?
encoded_box[:, -1][assign_mask] = iou[assign_mask]
And what is the output of ”encoded_box[:, :2][assign_mask] ”?
encode_box is a tensor ande shape likes [[xmin,ymin,xmax,ymax],...].assign_mask is a tensor of [true,false,.....].
i just can't anderstand the syntax.who can help to explain it?
The text was updated successfully, but these errors were encountered: