We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make_training_splits
When runninglabels.make_training_splits() with sleap-io v'0.1.8', the generated splits seems to be inconsistent as below:
labels.make_training_splits()
sleap-io v'0.1.8'
Source file: Labels(labeled_frames=1200, videos=1, skeletons=1, tracks=0, suggestions=0) Splits: (Labels(labeled_frames=960, videos=1, skeletons=1, tracks=0, suggestions=0), Labels(labeled_frames=1, videos=1, skeletons=1, tracks=0, suggestions=0), Labels(labeled_frames=120, videos=1, skeletons=1, tracks=0, suggestions=0))
Notebook to recreate the error: https://colab.research.google.com/drive/1wnbrV8Yz6dakGV0ASqMoV94Pnvlg9LSL?usp=sharing
(Also for the sleap file in Y:\\talmo\\foundation-datasets\\mice\\sleap-mice_of\\labels.full.v043.pkg.slp)
Y:\\talmo\\foundation-datasets\\mice\\sleap-mice_of\\labels.full.v043.pkg.slp
Thanks!
The text was updated successfully, but these errors were encountered:
This is now fixed in v0.1.9.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When running
labels.make_training_splits()
withsleap-io v'0.1.8'
, the generated splits seems to be inconsistent as below:Notebook to recreate the error: https://colab.research.google.com/drive/1wnbrV8Yz6dakGV0ASqMoV94Pnvlg9LSL?usp=sharing
(Also for the sleap file in
Y:\\talmo\\foundation-datasets\\mice\\sleap-mice_of\\labels.full.v043.pkg.slp
)Thanks!
The text was updated successfully, but these errors were encountered: