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

Add FeaturePyramidModel #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

ClementWalter
Copy link
Member

This PR intends to add a FeaturePyramidModel model builder for training single-shot detectors like YOLO or SSD.

@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #10 (2d768a0) into master (15de9e5) will decrease coverage by 3.61%.
The diff coverage is 25.49%.

❗ Current head 2d768a0 differs from pull request most recent head 5712a48. Consider uploading reports for the commit 5712a48 to get more accurate results

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   65.93%   62.32%   -3.62%     
==========================================
  Files          44       50       +6     
  Lines         963     1059      +96     
==========================================
+ Hits          635      660      +25     
- Misses        328      399      +71     
Impacted Files Coverage Δ
keras_fsl/losses/yolo_loss.py 0.00% <0.00%> (ø)
keras_fsl/models/layers/__init__.py 0.00% <0.00%> (ø)
keras_fsl/utils/training.py 0.00% <0.00%> (ø)
keras_fsl/models/feature_pyramid_net.py 30.76% <30.76%> (ø)
keras_fsl/models/activations/yolo_coordinates.py 50.00% <50.00%> (ø)
keras_fsl/models/encoders/darknet.py 31.03% <50.00%> (+3.76%) ⬆️
keras_fsl/models/activations/yolo_box.py 80.00% <80.00%> (ø)
keras_fsl/models/__init__.py 100.00% <100.00%> (ø)
keras_fsl/models/activations/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15de9e5...5712a48. Read the comment docs.

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

Successfully merging this pull request may close these issues.

1 participant