Replies: 5 comments
-
Hi @hl8536! Best, |
Beta Was this translation helpful? Give feedback.
-
Fixed the issue by directly editing the project.slp file itself and with some patchwork with various files. However, this was not a straightforward fix and required going beyond what is possible within the intended user interface. It might be good for developers to address this issue for future users who may encounter something similar, as I could resolve this only with the help of someone who had significantly more experience working with SLEAP backend. |
Beta Was this translation helpful? Give feedback.
-
Hi @hl8536, Thanks for letting us know. It sounds like the source of the issue is that you were able to add an SLP file as a video in the first place. I'm reopening this so we can look into why this is even possible and to fix it. If you're able to share any details about how you fixed it, that might also help us reproduce it. Alternatively, if you still have the SLP file ( Thanks, Talmo |
Beta Was this translation helpful? Give feedback.
-
Submitted. Thanks for taking a look. |
Beta Was this translation helpful? Give feedback.
-
Update: Tracked down the root of the problem -- we can import SLP files as videos because we support packaged videos with embedded images. Specifically, here: sleap/sleap/gui/dialogs/importvideos.py Lines 79 to 97 in d4ad3bb Lines 1628 to 1640 in d4ad3bb Line 66 in d4ad3bb We could remove Alternatively, since we really don't support direct SLP file import as videos alone, maybe we should just remove it from the import videos command. In any case, the appropriate way of importing SLP files is via the File --> Merge functionality, which properly imports all the contents of a SLP file and deduplicates things where possible. Given the low chance of this affecting others, I'm going to convert it to a discussion. If anyone else runs into this edge case, please let us know and we'll prioritize a smarter GUI functionality to prevent this from reoccurring. |
Beta Was this translation helpful? Give feedback.
-
Bug description
Export labeled frames stuck at 76.5% and does not progress. I suspect that this is due to my erroneous addition of a predictions.slp file as a video into the project. This also broke the videos pane, which now displays 0 videos instead of the total of 6. This means I cannot remove the incorrectly added video. I cannot replace this video either as the "replace video" options looks for another file with the same .slp extension.
Please advise on how to resolve this issue and proceed with labels export. Thanks!
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions