after running inference, instances for ALL videos showing on ONE video #2437
-
|
I have a set of videos on which I am trying to predict instances based on a previous model I had configured. This is a workaround I am trying because I am not able to open the project that I was previously working on in the new version of SLEAP (#2417). I'm running sleap v1.5.1 with python 3.11 and a NVIDIA RTX PRO 500 blackwell GPU. When I run inference, no matter what I select for "Predict on...", the predicted instances get placed on the first video in my list. If I select "20 frames in current video", it works as expected. But if I navigate to a new video (e.g. the 2nd on the list) and input the same, it adds instances for 20 frames to the first video on my list BUT with the predictions for the fly body parts of video 2. The same goes if I try to predict on just one frame. I've attached a picture where I predicted on 340 frames (20 frames x 17 videos) and it placed ALL predictions onto the first video. As you can see, the instances do not line up with the flies in the video shown. Here is a selection of the text in the command prompt. Any ideas how to resolve this? --- Logging error in Loguru Handler #1 --- Process return code: 0 Thanks in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This is a known bug, solution posted in Issues (VideoMatcher AUTO method incorrectly matches videos with same shape during merge #255) and quick fix mentioned in a comment on that post by ElTinmar. |
Beta Was this translation helpful? Give feedback.

This is a known bug, solution posted in Issues (VideoMatcher AUTO method incorrectly matches videos with same shape during merge #255) and quick fix mentioned in a comment on that post by ElTinmar.