drivendataorg / zamba

A Python package for identifying 42 kinds of animals, training custom models, and estimating distance from camera trap videos
https://zamba.drivendata.org/docs/stable/
MIT License
118 stars 27 forks source link

Release time distributed model trained with new frame selection #199

Closed ejm714 closed 2 years ago

ejm714 commented 2 years ago

This PR updates the official time distributed model to one trained on the same dataset but using the new frame selection model (from https://github.com/drivendataorg/zamba/pull/195).

This was essentially a one line change of updating the directory for time_distributed in the WEIGHT_LOOKUP dictionary. All the updates to the files in the official_models directory happen automatically as part of the make publish_models command. πŸŽ‰

Bonus fixes and adds:

Closes https://github.com/drivendataorg/pjmf-zamba/issues/96

netlify[bot] commented 2 years ago

Deploy Preview for silly-keller-664934 ready!

Name Link
Latest commit 571d7953dc836210c5cb58172c68a38ab38dc237
Latest deploy log https://app.netlify.com/sites/silly-keller-664934/deploys/62d1e392cd1eb90008cc0171
Deploy Preview https://deploy-preview-199--silly-keller-664934.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

github-actions[bot] commented 2 years ago

πŸš€ Deployed on https://deploy-preview-199--silly-keller-664934.netlify.app

ejm714 commented 2 years ago

Comments integrated!

codecov-commenter commented 2 years ago

Codecov Report

Merging #199 (571d795) into master (57461a6) will decrease coverage by 0.0%. The diff coverage is 0.0%.

@@           Coverage Diff            @@
##           master    #199     +/-   ##
========================================
- Coverage    86.9%   86.9%   -0.1%     
========================================
  Files          29      29             
  Lines        1901    1902      +1     
========================================
  Hits         1653    1653             
- Misses        248     249      +1     
Impacted Files Coverage Ξ”
zamba/models/config.py 97.1% <ΓΈ> (ΓΈ)
zamba/models/publish_models.py 0.0% <0.0%> (ΓΈ)