mathilde-b/CDA

Data preprocess of Heart Dataset

Opened this issue · 0 comments

Hello, first thanks to your awesome work!

I'm going to use the heart dataset from https://github.com/carrenD/Medical-Cross-Modality-Domain-Adaptation. for test.

And I'm wondering how you preprocess the data in tfrecords format?

For label, I just trans it into gray-scale with values from 1~4.

And I'm not sure how to preprocess the image, because the images had already did some argumentation like crop, normalized...

Could you share your preprocess method or the data? Thanks!