sleap
sleap copied to clipboard
A deep learning framework for multi-animal pose tracking.
# Bug description When attempting to Predict > Visualize Model Outputs... an error occurs. ## Expected behaviour The confidence maps used in training will be plotted/visualized. ## Actual behaviour An...
# Bug description Hello, I've got some problems when I tried to run the GUI. I attempted to run sleap through ssh -X, and got the following error message: ...
Hello, I've got a bug when using the 1.2.0a6 build: When dragging a node, if you change frames before you've release the node (still holding left click) and then release...
# Bug description When user open a project with video paths pointed to a different location, a GUI appears to allow for interactively browsing to the new video file locations....
Hi! There was an issue allowing for retracking predicted instances without having to infer the instances again: https://github.com/talmolab/sleap/issues/260 But it is not working anymore with Sleap v1.2.4. If the Inference...
# Bug description ## Expected behaviour Setting the track on a user instance that was created from a predicted instance causes predicted instances to re-appear. ## Actual behaviour Setting the...
Just wanted to give you a heads up that some of the video rendering options are causing errors. It seems I can only successfully render a video clip when I...
# Bug description When using sleap-convert, it doesn't correctly name the output files, and worse, it adds a period in the middle of the name, making it hard to call...
Quick error reporting enhancement: Top-down models have a centroid stage and centered instance stage. You can load them individually (via `sleap.load_model`) and have the other stage just output the ground...
I think the problem is that we generally expect an input scaling of 1.0 for centered instance models since they're crops already. The training does handle this appropriately, but not...