Skip to content

integrate keypoints

4ed7f25
Select commit
Loading
Failed to load commit list.
Draft

wip: add detr keypoint architecture #1182

integrate keypoints
4ed7f25
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 16, 2026 in 0s

85.52% (-1.86%) compared to 915a945

View this Pull Request on Codecov

85.52% (-1.86%) compared to 915a945

Details

Codecov Report

❌ Patch coverage is 78.57143% with 138 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.52%. Comparing base (915a945) to head (4ed7f25).
⚠️ Report is 96 commits behind head on main.

Files with missing lines Patch % Lines
src/deepforest/models/keypoint.py 79.48% 64 Missing ⚠️
src/deepforest/datasets/training.py 71.42% 22 Missing ⚠️
src/deepforest/main.py 72.60% 20 Missing ⚠️
src/deepforest/evaluate.py 77.61% 15 Missing ⚠️
src/deepforest/predict.py 73.33% 8 Missing ⚠️
src/deepforest/utilities.py 80.95% 4 Missing ⚠️
src/deepforest/augmentations.py 57.14% 3 Missing ⚠️
src/deepforest/callbacks.py 75.00% 1 Missing ⚠️
src/deepforest/visualize.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1182      +/-   ##
==========================================
- Coverage   87.38%   85.52%   -1.86%     
==========================================
  Files          20       22       +2     
  Lines        2569     3165     +596     
==========================================
+ Hits         2245     2707     +462     
- Misses        324      458     +134     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.