Liezl Maree

Results 136 comments of Liezl Maree

Hi @ttunja, Thanks for creating the issue - just double checking that the log above is from your most recent try (with the latest version of SLEAP)? Thanks, Liezl

Hi @ttunja, We currently do not overlay the trails in the video, but it is a great idea! Please post this to the ideas page if you'd like, and we...

This seems like it is related to #969 - when I change the conditional in https://github.com/talmolab/sleap/blob/develop/sleap/gui/widgets/video.py#L449-L466 such that user-labeled instances are always added to the scene: ```py if instance.instance.n_visible_points >...

Hi @Alceec, ## Cause I took a look at the dataset you provided and attempted to run training which resulted in this traceback: ``` INFO:sleap.nn.training:Creating tf.data.Datasets for training data generation......

Hi @getzze, I see your description says this PR is a "work in progress". Just checking-in to see if it is [ready for review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request)? Thanks, Liezl

Hi @MirjamH, Thanks for reporting! I edited your response - do you mind telling us a bit about your set-up (version of SLEAP and running 'conda list' in your terminal)?...

Thanks for the update! @MirjamH Let us know if updating anaconda fixes things. Otherwise, we can help troubleshoot (given some info on your set-up). Thanks, Liezl

Hi @MirjamH, We are closing this issue for now, but feel free to reply here if you are still experiencing issues and we will re-open it! Thanks, Liezl

Trace --- On initialization, the `QtVideoPlayer` connects the "video" state to a callback https://github.com/talmolab/sleap/blob/6b14bcab93b8c1953913dcfbabd6508f78f77e8a/sleap/gui/widgets/video.py#L278 more specifically, the `QtVideoPlayer.load_video` function https://github.com/talmolab/sleap/blob/6b14bcab93b8c1953913dcfbabd6508f78f77e8a/sleap/gui/widgets/video.py#L398 which calls `QtVideoPlayer.plot` https://github.com/talmolab/sleap/blob/6b14bcab93b8c1953913dcfbabd6508f78f77e8a/sleap/gui/widgets/video.py#L480 which uses an image loader to...

This should be outdated for the current source code where the `environment.yml` for computers with NVIDIA GPUs use `tensorflow` from the `sleap` channel: https://github.com/talmolab/sleap/blob/e4fca4f96b711648b13f4e572995e77d0a718ead/environment.yml#L38 ## But... if we decide to...