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

Bounding boxes example #312

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Bounding boxes example #312

wants to merge 16 commits into from

Conversation

sfmig
Copy link
Contributor

@sfmig sfmig commented Sep 17, 2024

Rebase after #313 is merged

Description

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?
To demo the bounding boxes' dataset.

What does this PR do?

  • It shows how to load a sample bounding boxes dataset and its structure
  • It shows how to plot bounding boxes using the position and shape arrays
  • It shows different simple options to fill in missing values in the position and shape arrays
  • It also fixes a typo in the input/output documentation re exporting bounding boxes datasets as csv files.

References

Closes #247.

Rebase after #313 is merged

How has this PR been tested?

Docs build locally and test pass locally and in CI.

Is this a breaking change?

No.

Does this PR require an update to the documentation?

No.

Checklist:

  • The code has been tested locally
  • [ n/a ] Tests have been added to cover all new functionality
  • [ n/a ] The documentation has been updated to reflect any changes
  • The code has been formatted with pre-commit

Copy link

sonarcloud bot commented Sep 17, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
21.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.78%. Comparing base (85904d9) to head (6cb0628).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #312   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files          14       14           
  Lines         912      914    +2     
=======================================
+ Hits          910      912    +2     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Dec 2, 2024

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.

Add bounding boxes example
1 participant