You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting the same error (but for different frames in different videos) each time I try to generate grid movies. The video directory and video names are all correct. I also had no issues generating the trajectory plots or dendrograms. Can you please help me figure out what's going wrong here? Thank you!
5 frames /usr/local/lib/python3.10/dist-packages/vidio/read.py in read(self, framenum)
113 ret, frame = self.file_object.read()
114 if not ret:
--> 115 raise ValueError('error decoding frame {} from video {}'.format(framenum, self.filename))
116 frame = self.process_frame(frame)
117 self.fnum = framenum + 1
The text was updated successfully, but these errors were encountered:
inwabudike
changed the title
Grid Movie Generation Error: 'error decoding frame {} from video {}
Grid Movie Generation Error: 'error decoding frame {} from video {}'
Oct 31, 2024
Hello!
I keep getting the same error (but for different frames in different videos) each time I try to generate grid movies. The video directory and video names are all correct. I also had no issues generating the trajectory plots or dendrograms. Can you please help me figure out what's going wrong here? Thank you!
ValueError Traceback (most recent call last)
in <cell line: 1>()
----> 1 kpms.generate_grid_movies(results, project_dir, model_name, coordinates=coordinates, **config());
5 frames
/usr/local/lib/python3.10/dist-packages/vidio/read.py in read(self, framenum)
113 ret, frame = self.file_object.read()
114 if not ret:
--> 115 raise ValueError('error decoding frame {} from video {}'.format(framenum, self.filename))
116 frame = self.process_frame(frame)
117 self.fnum = framenum + 1
The text was updated successfully, but these errors were encountered: