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

fix bbox combine #184

Merged
merged 1 commit into from
Apr 11, 2024
Merged

fix bbox combine #184

merged 1 commit into from
Apr 11, 2024

Conversation

MateoLostanlen
Copy link
Member

Two small problems have been identified with this combination of boxes:
We have 4 boxes in memory plus the current box, so we need to divide by self.nb_consecutive_frames + 1.
On the other hand, each time you have to return the prediction and not the result of the nms for display on the platform.

@MateoLostanlen MateoLostanlen self-assigned this Apr 11, 2024
@MateoLostanlen MateoLostanlen added the type: bug Something isn't working label Apr 11, 2024
@MateoLostanlen MateoLostanlen requested a review from a team April 11, 2024 15:13
@MateoLostanlen MateoLostanlen merged commit 7c8cca9 into develop Apr 11, 2024
11 of 12 checks passed
@MateoLostanlen MateoLostanlen deleted the fix_bbox_combination branch April 11, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant