sleap inference not executing on one of 12 video files due to error to load specific frame of video (2nd to last frame in video)
## Expected behaviour
with other videos of the same type, this works fine
## Actual behaviour
Your personal set up
Device name Manakin
Processor AMD Ryzen Threadripper PRO 5945WX 12-Cores 4.10 GHz
Installed RAM 32.0 GB (31.9 GB usable)
Device ID 5450F73A-1918-4B75-8A22-0DA137F52DD5
Product ID 00355-60717-55677-AAOEM
System type 64-bit operating system, x64-based processor
Bug description
sleap inference not executing on one of 12 video files due to error to load specific frame of video (2nd to last frame in video) ## Expected behaviour with other videos of the same type, this works fine ## Actual behaviourYour personal set up
Device name Manakin Processor AMD Ryzen Threadripper PRO 5945WX 12-Cores 4.10 GHz Installed RAM 32.0 GB (31.9 GB usable) Device ID 5450F73A-1918-4B75-8A22-0DA137F52DD5 Product ID 00355-60717-55677-AAOEM System type 64-bit operating system, x64-based processor
conda from package
Environment packages
``` # paste output of `pip freeze` or `conda list` here ```Logs
Command line call: sleap-track C:/Users/Eric/Desktop/NOVEL OBJECT/sleap analysis/multibird_labels.v002.slp --video.index 12 --frames 0 -m C:/Users/Eric/Desktop/NOVEL OBJECT/sleap analysis\models\10birds_1000frames241121_142415.single_instance.n=1000\training_config.json --tracking.tracker none -o C:/Users/Eric/Desktop/NOVEL OBJECT/sleap analysis\predictions\multibird_labels.v002.slp.241121_153617.predictions.slp --verbosity json --no-empty-frames Started inference at: 2024-11-21 15:36:21.958242 Args: { 'data_path': 'C:/Users/Eric/Desktop/NOVEL OBJECT/sleap analysis/multibird_labels.v002.slp', 'models': [ 'C:/Users/Eric/Desktop/NOVEL OBJECT/sleap analysis\\models\\10birds_1000frames241121_142415.single_instance.n=1000\\training_config.json' ], 'frames': '0', 'only_labeled_frames': False, 'only_suggested_frames': False, 'output': 'C:/Users/Eric/Desktop/NOVEL OBJECT/sleap analysis\\predictions\\multibird_labels.v002.slp.241121_153617.predictions.slp', 'no_empty_frames': True, 'verbosity': 'json', 'video.dataset': None, 'video.input_format': 'channels_last', 'video.index': '12', 'cpu': False, 'first_gpu': False, 2024-11-21 15:36:23.087040: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX AVX2 To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 'last_gpu': False, 'gpu': 'auto', 'max_edge_length_ratio': 0.25, 'dist_penalty_weight': 1.0, 'batch_size': 4, 'open_in_gui': False, 2024-11-21 15:36:23.462231: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1525] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 6038 MB memory: -> device: 0, name: NVIDIA T1000 8GB, pci bus id: 0000:61:00.0, compute capability: 7.5 'peak_threshold': 0.2, 'max_instances': None, 'tracking.tracker': 'none', 'tracking.max_tracking': None, 'tracking.max_tracks': None, 'tracking.target_instance_count': None, Traceback (most recent call last): File "C:\Users\Eric\anaconda3\envs\sleap\Scripts\sleap-track-script.py", line 33, inScreenshots
How to reproduce