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

Fix transform with chunks #27

Closed juliendenize closed 7 months ago

juliendenize commented 7 months ago

Completly fix #25

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 88.11%. Comparing base (a9fbb88) to head (cfcd520).

Files Patch % Lines
torchaug/transforms/_geometry.py 83.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #27 +/- ## ========================================== + Coverage 87.79% 88.11% +0.31% ========================================== Files 45 45 Lines 3884 3895 +11 ========================================== + Hits 3410 3432 +22 + Misses 474 463 -11 ```

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