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

Single softmax function. #136

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Single softmax function. #136

wants to merge 4 commits into from

Conversation

kkeroo
Copy link
Collaborator

@kkeroo kkeroo commented Nov 18, 2024

This PR implements softmax util function and refactors some parsers so they use softmax from utils now.

@github-actions github-actions bot added the parsers Changes affecting ml.parsers label Nov 18, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 32.92%. Comparing base (37a2d92) to head (5d17383).
Report is 8 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
depthai_nodes/ml/parsers/utils/softmax.py 50.00% 2 Missing ⚠️
depthai_nodes/ml/parsers/classification.py 50.00% 1 Missing ⚠️
...epthai_nodes/ml/parsers/classification_sequence.py 50.00% 1 Missing ⚠️
depthai_nodes/ml/parsers/utils/ufld.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   33.40%   32.92%   -0.48%     
==========================================
  Files          68       69       +1     
  Lines        3739     3714      -25     
==========================================
- Hits         1249     1223      -26     
- Misses       2490     2491       +1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parsers Changes affecting ml.parsers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants