juliendenize / torchaug

Library to perform efficient vision data augmentations for CPU/GPU per-sample/batched data.
https://torchaug.readthedocs.io/en/latest/
Other
24 stars 2 forks source link

Improve SanitizedBoundingBox #42

Closed juliendenize closed 5 months ago

juliendenize commented 5 months ago

Follow Torchvision 0.18 release to allow multiple labels.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 67.39130% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 87.95%. Comparing base (4268b18) to head (06f6637).

:exclamation: Current head 06f6637 differs from pull request most recent head 00d4b6e. Consider uploading reports for the commit 00d4b6e to get more accurate results

Files Patch % Lines
torchaug/transforms/functional/_misc.py 48.14% 14 Missing :warning:
torchaug/transforms/_misc.py 94.11% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ========================================== - Coverage 88.24% 87.95% -0.29% ========================================== Files 45 45 Lines 3956 3986 +30 ========================================== + Hits 3491 3506 +15 - Misses 465 480 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.