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

how to calculate classification score in non-key frame? #5

Closed
bxcxa opened this issue Mar 14, 2022 · 2 comments
Closed

how to calculate classification score in non-key frame? #5

bxcxa opened this issue Mar 14, 2022 · 2 comments

Comments

@bxcxa
Copy link

bxcxa commented Mar 14, 2022

hi,
paper says:“For each sequence set Sk , We have its corresponding mask M(Sk) and classification score C(Sk)”. But I don't find anywhere describing how to calculate classification in the non-key frame.

The framework of seq mask r-cnn only calculate the mask of non-key frame ,not cls.

Thank you!

@bxcxa bxcxa changed the title how to how to calculate classification score in non-key frame? Mar 14, 2022
@HuaijiaLin
Copy link
Collaborator

Thanks for your question on details. It seems we do not describe how to obtain the classification score for the non-key frames in the paper.

In the implementation, for a non-key frame, with its mask given, we first calculate the bounding box of this mask and then apply the classification head (of seq mask r-cnn) to obtain the score for this bbox.

The function seq_scoring describes this procedure.

@bxcxa
Copy link
Author

bxcxa commented Mar 14, 2022 via email

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