Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
DukeUltrasound is an ultrasound dataset collected at Duke University with a Verasonics c52v probe. It contains delay-and-sum (DAS) beamformed data as well as data post-processed with Siemens Dynamic TCE for speckle reduction, contrast enhancement and improvement in conspicuity of anatomical structures.
DukeUltrasound is an ultrasound dataset collected at Duke University with a Verasonics c52v probe. It contains delay-and-sum (DAS) beamformed data as well as data post-processed with Siemens Dynamic TCE for speckle reduction, contrast enhancement and improvement in conspicuity of anatomical structures. These data were collected with support from the National Institute of Biomedical Imaging and Bioengineering under Grant R01-EB026574 and National Institutes of Health under Grant 5T32GM007171-44. A usage example is available here.
To use this dataset:
import tensorflow_datasets as tfds
ds = tfds.load('duke_ultrasound', split='train')
for ex in ds.take(4):
print(ex)
See the guide for more informations on tensorflow_datasets.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
DukeUltrasound is an ultrasound dataset collected at Duke University with a Verasonics c52v probe. It contains delay-and-sum (DAS) beamformed data as well as data post-processed with Siemens Dynamic TCE for speckle reduction, contrast enhancement and improvement in conspicuity of anatomical structures.