デューク_超音波
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
DukeUltrasound は、Verasonics c52v プローブを使用してデューク大学で収集された超音波データセットです。これには、ディレイアンドサム(DAS)ビームフォーミングされたデータと、スペックルの低減、コントラストの強調、および解剖学的構造の目立ちやすさの向上のためにシーメンスダイナミックTCEで後処理されたデータが含まれています。これらのデータは、助成金 R01-EB026574 に基づく国立生物医学画像生物工学研究所および助成金 5T32GM007171-44 に基づく国立衛生研究所からの支援を受けて収集されました。使用例はここから入手できます。
スプリット | 例 |
---|
'A' | 1,362 |
'B' | 1,194 |
'MARK' | 420 |
'test' | 438 |
'train' | 2,556 |
'validation' | 278 |
FeaturesDict({
'das': FeaturesDict({
'dB': Tensor(shape=(None,), dtype=float32),
'imag': Tensor(shape=(None,), dtype=float32),
'real': Tensor(shape=(None,), dtype=float32),
}),
'dtce': Tensor(shape=(None,), dtype=float32),
'f0_hz': float32,
'final_angle': float32,
'final_radius': float32,
'focus_cm': float32,
'harmonic': bool,
'height': uint32,
'initial_angle': float32,
'initial_radius': float32,
'probe': string,
'scanner': string,
'target': string,
'timestamp_id': uint32,
'voltage': float32,
'width': uint32,
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
ダス | 特徴辞書 | | | |
ダ/dB | テンソル | (なし、) | float32 | |
ダス/イメージ | テンソル | (なし、) | float32 | |
ダス/リアル | テンソル | (なし、) | float32 | |
デート | テンソル | (なし、) | float32 | |
f0_hz | テンソル | | float32 | |
最終角度 | テンソル | | float32 | |
最終半径 | テンソル | | float32 | |
フォーカス_cm | テンソル | | float32 | |
高調波 | テンソル | | ブール | |
身長 | テンソル | | uint32 | |
初期角度 | テンソル | | float32 | |
初期半径 | テンソル | | float32 | |
プローブ | テンソル | | 弦 | |
スキャナー | テンソル | | 弦 | |
ターゲット | テンソル | | 弦 | |
タイムスタンプID | テンソル | | uint32 | |
電圧 | テンソル | | float32 | |
幅 | テンソル | | uint32 | |
@article{DBLP:journals/corr/abs-1908-05782,
author = {Ouwen Huang and
Will Long and
Nick Bottenus and
Gregg E. Trahey and
Sina Farsiu and
Mark L. Palmeri},
title = {MimickNet, Matching Clinical Post-Processing Under Realistic Black-Box
Constraints},
journal = {CoRR},
volume = {abs/1908.05782},
year = {2019},
url = {http://arxiv.org/abs/1908.05782},
archivePrefix = {arXiv},
eprint = {1908.05782},
timestamp = {Mon, 19 Aug 2019 13:21:03 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1908-05782},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-14 UTC。
[null,null,["最終更新日 2024-12-14 UTC。"],[],[],null,["# duke_ultrasound\n\n\u003cbr /\u003e\n\n- **Description**:\n\nDukeUltrasound is an ultrasound dataset collected at Duke University with a\nVerasonics c52v probe. It contains delay-and-sum (DAS) beamformed data as well\nas data post-processed with Siemens Dynamic TCE for speckle reduction, contrast\nenhancement and improvement in conspicuity of anatomical structures. These data\nwere collected with support from the National Institute of Biomedical Imaging\nand Bioengineering under Grant R01-EB026574 and National Institutes of Health\nunder Grant 5T32GM007171-44. A usage example is available\n[here](https://colab.research.google.com/drive/1R_ARqpWoiHcUQWg1Fxwyx-ZkLi0IZ5qs).\n\n- **Homepage** :\n \u003chttps://github.com/ouwen/mimicknet\u003e\n\n- **Source code** :\n [`tfds.datasets.duke_ultrasound.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/duke_ultrasound/duke_ultrasound_dataset_builder.py)\n\n- **Versions**:\n\n - `1.0.0`: Initial release.\n - `1.0.1`: Fixes parsing of boolean field `harmonic`.\n - **`2.0.0`** (default): Fix timestamp_id from %Y%m%d%H%M%S to posix timestamp.\n- **Download size** : `12.78 GiB`\n\n- **Dataset size** : `13.79 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'A'` | 1,362 |\n| `'B'` | 1,194 |\n| `'MARK'` | 420 |\n| `'test'` | 438 |\n| `'train'` | 2,556 |\n| `'validation'` | 278 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'das': FeaturesDict({\n 'dB': Tensor(shape=(None,), dtype=float32),\n 'imag': Tensor(shape=(None,), dtype=float32),\n 'real': Tensor(shape=(None,), dtype=float32),\n }),\n 'dtce': Tensor(shape=(None,), dtype=float32),\n 'f0_hz': float32,\n 'final_angle': float32,\n 'final_radius': float32,\n 'focus_cm': float32,\n 'harmonic': bool,\n 'height': uint32,\n 'initial_angle': float32,\n 'initial_radius': float32,\n 'probe': string,\n 'scanner': string,\n 'target': string,\n 'timestamp_id': uint32,\n 'voltage': float32,\n 'width': uint32,\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------------|--------------|---------|---------|-------------|\n| | FeaturesDict | | | |\n| das | FeaturesDict | | | |\n| das/dB | Tensor | (None,) | float32 | |\n| das/imag | Tensor | (None,) | float32 | |\n| das/real | Tensor | (None,) | float32 | |\n| dtce | Tensor | (None,) | float32 | |\n| f0_hz | Tensor | | float32 | |\n| final_angle | Tensor | | float32 | |\n| final_radius | Tensor | | float32 | |\n| focus_cm | Tensor | | float32 | |\n| harmonic | Tensor | | bool | |\n| height | Tensor | | uint32 | |\n| initial_angle | Tensor | | float32 | |\n| initial_radius | Tensor | | float32 | |\n| probe | Tensor | | string | |\n| scanner | Tensor | | string | |\n| target | Tensor | | string | |\n| timestamp_id | Tensor | | uint32 | |\n| voltage | Tensor | | float32 | |\n| width | Tensor | | uint32 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('das/dB', 'dtce')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @article{DBLP:journals/corr/abs-1908-05782,\n author = {Ouwen Huang and\n Will Long and\n Nick Bottenus and\n Gregg E. Trahey and\n Sina Farsiu and\n Mark L. Palmeri},\n title = {MimickNet, Matching Clinical Post-Processing Under Realistic Black-Box\n Constraints},\n journal = {CoRR},\n volume = {abs/1908.05782},\n year = {2019},\n url = {http://arxiv.org/abs/1908.05782},\n archivePrefix = {arXiv},\n eprint = {1908.05782},\n timestamp = {Mon, 19 Aug 2019 13:21:03 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/abs-1908-05782},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n }"]]