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

Post processing process issues #845

Open
diya-he opened this issue Apr 9, 2024 · 0 comments
Open

Post processing process issues #845

diya-he opened this issue Apr 9, 2024 · 0 comments

Comments

@diya-he
Copy link

diya-he commented Apr 9, 2024

Hello, while reading the Yolact++ code, I found that the post-processing process first went through FastNMS, and then filtered the mask_iou*score scores for masks and boxes. Is my understanding correct? If so, I hope you can tell me why you are doing this and the significance of doing so. The code is as follows:

output_utils.py:
image
And for this, we use scores as: scores = [scores, scores * maskiou_p]
detection.py:
image
We use fast_nms.

and in postprocess, I found you sort by scores and second screening
image

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