RehabAUmc / modys-video

Apache License 2.0
3 stars 0 forks source link

Deal with missing videos #9

Closed svenvanderburg closed 2 years ago

svenvanderburg commented 2 years ago

The data generators are chocking in case a video is refered to in the scores file, but it does not exist in the videos folder, see error in https://github.com/RehabAUmc/modys-video/blob/main/notebooks/generator_based_pipeline.ipynb :

UnknownError:  FileNotFoundError: Video with video_id: 096 not found
svenvanderburg commented 2 years ago

@Shankaroe you might run into this issue when using the data generators. How did you deal with this before? Just ignore the rows in the scores excel sheet that do not have a video?

svenvanderburg commented 2 years ago

Fixed with https://github.com/RehabAUmc/modys-video/pull/11