sleap
sleap copied to clipboard
A deep learning framework for multi-animal pose tracking.
Hi! I would like to compare the performance between SLEAP and my own algorithm. According to the code you offer in https://github.com/talmolab/sleap/discussions/779#discussioncomment-3095512 , the labeled images are exported from the...
### Description Updated suggestions.py and test_suggestions.py for appending unique suggestions every time when users click the "generate suggestions" button. ### Types of changes - [ ] Bugfix - [x] New...
### Description Imports `subprocess` for invoking `nvidia-smi` query that asks for GPU indexes, unused/available memory, and total memory on the card. Returns a dictionary that has GPU index as the...
# Bug description Inference cannot run on `SingleImageVideo` backend through GUI if select any options other than "Predict On:" `nothing`, `user labeled frames`, or `suggested frames`. The workaround is to...
It looks like the predictions are slightly off when predicting on videos that have a different aspect ratio than those used for training. This was supposed to be fixed in...
# Bug description ## Expected behaviour All keypoints should remain in the frame area. ## Actual behaviour Sometimes, by mistake, if you move the keypoint outside of the frame and...
# Bug description m1 SLEAP does not export training package with labeled frames ## Expected behaviour I would get a *.pkg.slp file with labeled frames ## Actual behaviour SLEAP does...
When proofreading a .slp file, I'll often update the position of the subject's nose, which has a higher error rate than other nodes. I also leave the Trail Length at...
I have video data with different image sizes that I recorded using different cameras. I was wondering how sleap deals with that. I suspect the input image size is the...
Hi! I followed the instructions on the SLEAP page for installing SLEAP, creating a new conda environment with Python 3.6 and installing sleap using pip. However, when I run sleap-label,...