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 class_inclusion_list in DetectionDataset #1327

Merged
merged 5 commits into from
Aug 1, 2023

Conversation

Louis-Dupont
Copy link
Contributor

@Louis-Dupont Louis-Dupont commented Jul 27, 2023

Motivation

There is currently a bug where subclassing does not work when the input target_format is ConcatenatedTensorFormat.
The root cause of this is that the tests were not updated when ConcatenatedTensorFormat was introduced to this dataset, so the code still pass with old deprecated format, but we did not detect that it doesnt work with the new format.

@BloodAxe
Copy link
Contributor

Can you please leave a few words what this fix fixes and why it is done the way it is done?

Copy link
Contributor

@BloodAxe BloodAxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BloodAxe BloodAxe merged commit 5792080 into master Aug 1, 2023
@BloodAxe BloodAxe deleted the hotfix/SG-000-fix_inclusion_lsit branch August 1, 2023 12:40
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

Successfully merging this pull request may close these issues.

2 participants