Open BirkhoffLee opened 7 months ago
Here's the python code shared by someone on Kaggle that transforms the raw .mat
files into numpy arrays of brain tumor MRI images: https://www.kaggle.com/code/tasni18/brain-tumor-classification
Hello @BirkhoffLee and thank you for raising this issue!
Are you planning to add this dataset to TFDS yourself? If yes, you can follow this guide to adding a dataset.
As an example, you can refer to this recent commit that introduced the Databricks Dolly dataset.
Hello @BirkhoffLee and thank you for raising this issue!
Are you planning to add this dataset to TFDS yourself? If yes, you can follow this guide to adding a dataset.
As an example, you can refer to this recent commit that introduced the Databricks Dolly dataset.
I'd love to, but I have a few questions:
cjdata.label
and cjdata.image
.I have another dataset that I wish to be added into this repo: https://www.kaggle.com/datasets/sartajbhuvaji/brain-tumor-classification-mri. If I can have guidelines clarified then I'd be able to add it as well.
I'm new to the sector and apologies for any naive questions that I may have above, however I do wish to contribute to this repo because it makes research a lot easier. Much thanks :-)
Hello @BirkhoffLee Were you able to combine the two data together to work on them together or not?
Folks who would also like to see this dataset in
tensorflow/datasets
, please thumbs-up so the developers can know which requests to prioritize.And if you'd like to contribute the dataset (thank you!), see our guide to adding a dataset.