MIT-LCP / physionet

A collection of tools for working with the PhysioNet repository.
http://physionet.org/
MIT License
69 stars 17 forks source link

MIMIC III Waveform Database Matched Subset #137

Closed swesh77 closed 2 years ago

swesh77 commented 2 years ago

Hi does anyone have the mimic III Waveform database matched subset on a google drive that I can use? I have a senior design project and I'm trying to start the machine learning part of it. My mentor sent me the physionet database but didn't send the data set with subject ID's because he deleted it.

tompollard commented 2 years ago

The dataset is available on PhysioNet: https://physionet.org/content/mimic3wdb-matched/1.0/

swesh77 commented 2 years ago

Is there an easier way to download it? I keep getting an error when I download it on rsync I also don’t have Physionet credentials so I cant link it to cloud or AWS S3

On Feb 12, 2022, at 11:02 PM, Tom Pollard @.***> wrote:

Closed #137 https://urldefense.com/v3/__https://github.com/MIT-LCP/physionet/issues/137__;!!IKRxdwAv5BmarQ!JKfUPdWZMTw89kWUKAxOzKR8cwiy51UlYjb2qcvYMvu0St6O97U1DIB54Zmf$.

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/MIT-LCP/physionet/issues/137*event-6059490298__;Iw!!IKRxdwAv5BmarQ!JKfUPdWZMTw89kWUKAxOzKR8cwiy51UlYjb2qcvYMvu0St6O97U1DLki_4x_$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AXXVN6HCDTQETTEU4XFEPQDU24UO3ANCNFSM5OIDOJHA__;!!IKRxdwAv5BmarQ!JKfUPdWZMTw89kWUKAxOzKR8cwiy51UlYjb2qcvYMvu0St6O97U1DEumhQ8h$. Triage notifications on the go with GitHub Mobile for iOS https://urldefense.com/v3/__https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675__;!!IKRxdwAv5BmarQ!JKfUPdWZMTw89kWUKAxOzKR8cwiy51UlYjb2qcvYMvu0St6O97U1DIDbxDLY$ or Android https://urldefense.com/v3/__https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign*3Dnotification-email*26utm_medium*3Demail*26utm_source*3Dgithub__;JSUlJSU!!IKRxdwAv5BmarQ!JKfUPdWZMTw89kWUKAxOzKR8cwiy51UlYjb2qcvYMvu0St6O97U1DNDDVBM0$. You are receiving this because you authored the thread.

tompollard commented 2 years ago

Downloading from Google Cloud with gsutil is probably the quickest way (commands are shown in the Files section). You could also try wget, which is slower but doesn't require you to have a Google Cloud account.

swesh77 commented 2 years ago

What are the commands to retrieve it from wget?

On Feb 12, 2022, at 11:06 PM, Tom Pollard @.***> wrote:

Downloading from Google Cloud with gsutil is probably the quickest way (commands are shown in the Files section). You could also try wget, which is slower but doesn't require you to have a Google Cloud account.

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/MIT-LCP/physionet/issues/137*issuecomment-1037745963__;Iw!!IKRxdwAv5BmarQ!JhVmseKiij7XlpNuGGCczWaix9qofVPZzV5c-_AJeeG44fVQmXtEoU-uCmHE$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AXXVN6ENFO6JLZCAF36MKRTU24U5HANCNFSM5OIDOJHA__;!!IKRxdwAv5BmarQ!JhVmseKiij7XlpNuGGCczWaix9qofVPZzV5c-_AJeeG44fVQmXtEoRJAGP9g$. Triage notifications on the go with GitHub Mobile for iOS https://urldefense.com/v3/__https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675__;!!IKRxdwAv5BmarQ!JhVmseKiij7XlpNuGGCczWaix9qofVPZzV5c-_AJeeG44fVQmXtEodZtf0wc$ or Android https://urldefense.com/v3/__https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign*3Dnotification-email*26utm_medium*3Demail*26utm_source*3Dgithub__;JSUlJSU!!IKRxdwAv5BmarQ!JhVmseKiij7XlpNuGGCczWaix9qofVPZzV5c-_AJeeG44fVQmXtEoQB8jzB8$. You are receiving this because you authored the thread.

tompollard commented 2 years ago

Scroll to the "Files" section for the project and you'll see the different options.

Screen Shot 2022-02-12 at 23 10 20

swesh77 commented 2 years ago

Ok thanks I'll try this.