8000 Fix path resolution in training & inference by talmo · Pull Request #643 · talmolab/sleap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix path resolution in training & inference #643

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

Merged
merged 4 commits into from
Feb 9, 2022

Conversation

talmo
Copy link
Collaborator
@talmo talmo commented Feb 9, 2022

Description

Types of changes

  • Bugfix
  • New feature
  • Refactor / Code style update (no logical changes)
  • Build / CI changes
  • Documentation Update
  • Other (explain)

Does this address any currently open issues?

[list open issues here]

Outside contributors checklist

  • Review the guidelines for contributing to this repository
  • Read and sign the CLA and add yourself to the authors list
  • Make sure you are making a pull request against the develop branch (not main). Also you should start your branch off develop
  • Add tests that prove your fix is effective or that your feature works
  • Add necessary documentation (if appropriate)

Thank you for contributing to SLEAP!

❤️

@codecov-commenter
Copy link
codecov-commenter commented Feb 9, 2022

Codecov Report

Merging #643 (d10c1b6) into develop (22a479b) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #643      +/-   ##
===========================================
- Coverage    64.90%   64.88%   -0.02%     
===========================================
  Files          124      124              
  Lines        20170    20176       +6     
===========================================
  Hits         13091    13091              
- Misses        7079     7085       +6     
Impacted Files Coverage Δ
sleap/gui/app.py 75.58% <0.00%> (-0.32%) ⬇️
sleap/nn/data/providers.py 62.99% <0.00%> (ø)
sleap/nn/inference.py 63.80% <0.00%> (ø)
sleap/nn/training.py 59.04% <0.00%> (-0.27%) ⬇️

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 22a479b...d10c1b6. Read the comment docs.

@talmo talmo changed the title Update the labels and filename used in the learning dialog every time. Fix path resolution in training Feb 9, 2022
@talmo talmo changed the title Fix path resolution in training Fix path resolution in training & inference Feb 9, 2022
@talmo talmo marked this pull request as ready for review February 9, 2022 05:39
@talmo talmo merged commit 83c7558 into develop Feb 9, 2022
@talmo talmo deleted the talmo/fix-path-resolution branch February 9, 2022 05:39
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.

Training can use the wrong labels file when multiple GUI windows are open
2 participants
0