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

Add RGB transform #41

Closed juliendenize closed 5 months ago

juliendenize commented 5 months ago

Add RGB transform as Torchvision in recent releases.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 88.24%. Comparing base (406927d) to head (454a91b).

Files Patch % Lines
torchaug/transforms/functional/_color.py 94.11% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #41 +/- ## ========================================== + Coverage 88.20% 88.24% +0.04% ========================================== Files 45 45 Lines 3934 3956 +22 ========================================== + Hits 3470 3491 +21 - Misses 464 465 +1 ```

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