talmolab / sleap

A deep learning framework for multi-animal pose tracking.
https://sleap.ai
Other
427 stars 97 forks source link

crashing during predictions #1580

Closed msjindal closed 8 months ago

msjindal commented 11 months ago

Bug description

Expected behaviour

Actual behaviour

Your personal set up

Environment packages ``` # paste output of `pip freeze` or `conda list` here ```
Logs ``` # paste relevant logs here, if any ```

Screenshots

Screenshot 2023-10-31 at 12 59 00 PM

How to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error
roomrys commented 11 months ago

Hi @msjindal,

We have seen a few problems like this occur when the video is not reliably seekable. Try reencoding your video and let us know how that works.


Update: If reencoding doesn't work, and results in moov atom not found

As I was helping a user, we found that they had just copied the contents of a zipped file over without unzipping which resulted in first the KeyError, and then, when attempting to reencode, a moov atom not found error. After retrying but with unzipping first, we were able to get everything running smoothly.


Related #767

Thanks, Liezl