Open chenlinscu2021 opened 12 months ago
"Our research began approximately three years ago. The current version of VitalDB differs from the one available at that time. I believe the download method has been completely altered, so it's possible that your results may differ from those presented in our paper. We recommend reviewing the official guidelines provided on the VitalDB website before downloading. For inquiries about the sample size, it would be best to contact the VitalDB developers instead of me."
"Our research began approximately three years ago. The current version of VitalDB differs from the one available at that time. I believe the download method has been completely altered, so it's possible that your results may differ from those presented in our paper. We recommend reviewing the official guidelines provided on the VitalDB website before downloading. For inquiries about the sample size, it would be best to contact the VitalDB developers instead of me."
Thanks. I had contacted them.
Based on your article and the vitaldb itselves, both indicate that VitalDB includes data on 5566 surgical patients. But when I run the following code, I get 5867 patient data, is my parameter not set correctly? May I ask how did you download the vitaldb dataset? Code: track_names = ['BIS/EEG1_WAV', 'BIS/EEG2_WAV', 'BIS/BIS'] caseids = vitaldb.find_cases(track_names)
vals = vitaldb.load_case(id, ['BIS/EEG1_WAV', 'BIS/EEG2_WAV'], 1 / 128)#id=caseids[i] y = vitaldb.load_case(id, ['BIS/BIS'], 1)