sensein / senselab

SenseLab is a Python package that simplifies building pipelines for biometric (e.g. speech, voice, video, etc) analysis.
https://github.com/sensein/senselab
Apache License 2.0
6 stars 3 forks source link

Release 040 #77

Closed fabiocat93 closed 2 weeks ago

fabiocat93 commented 2 weeks ago

New release including:

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 90.99099% with 50 lines in your changes missing coverage. Please review.

Project coverage is 89.84%. Comparing base (feac33f) to head (2cd5f15). Report is 9 commits behind head on main.

Files Patch % Lines
src/tests/audio/tasks/features_extraction_test.py 80.88% 13 Missing :warning:
src/senselab/video/data_structures/video.py 73.33% 8 Missing :warning:
src/senselab/utils/data_structures/script_line.py 83.72% 7 Missing :warning:
...tasks/classification/speech_emotion_recognition.py 85.71% 6 Missing :warning:
src/senselab/utils/data_structures/dataset.py 93.42% 5 Missing :warning:
src/senselab/audio/tasks/voice_cloning/knnvc.py 0.00% 4 Missing :warning:
src/senselab/audio/data_structures/audio.py 77.77% 2 Missing :warning:
...udio/tasks/features_extraction/torchaudio_squim.py 71.42% 2 Missing :warning:
...rc/senselab/audio/tasks/speaker_diarization/api.py 91.66% 1 Missing :warning:
src/senselab/audio/tasks/speaker_embeddings/api.py 91.66% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================== + Coverage 84.77% 89.84% +5.06% ========================================== Files 41 50 +9 Lines 1432 1772 +340 ========================================== + Hits 1214 1592 +378 + Misses 218 180 -38 ```

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