Spo2_evaluation
Spo2_evaluation copied to clipboard
change number of videos in dataset class
self.number_of_videos = self.sample_data['sample_id'].max()
gives number_of_videos-1
instead, use len(sample_data.index)
as given in here