Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:

Help Required for Downloading Latest train_fixed and valid_fixed Datasets from CT-RATE

#95
by Rakesha0105 - opened

Dear CT-RATE Team,

I hope you're doing well.

I'm currently trying to download the updated train_fixed and valid_fixed datasets from the CT-RATE repository on Hugging Face.

Previously, I was able to successfully download version 1 of the dataset using a Python script that referenced VolumeName entries from the train_labels.csv and valid_labels.csv files. However, I’ve noticed that the latest train_fixed and valid_fixed directories do not include a labels.csv file or similar index to identify which volumes to download.

Whether it's possible to retrieve filenames programmatically for automated downloading?

I would greatly appreciate your support in this regard, as we are integrating this into our research pipeline.

Thank you for your help and for maintaining such a valuable dataset

The files used for v1 for volume names can be used for v2, so you can use train_labels.csv for train_fixed to get the volume names, same for validation.

FYI, if you are unable to find the labels, you can get them at https://github.com/sezginerr/example_download_script

Sign up or log in to comment