bair_robot_pushing_small
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このデータ セットには、ロボットのプッシュ モーションの約 44,000 の例が含まれています。これには、1 つのトレーニング セット (train) と、以前に見た (testseen) オブジェクトと目に見えない (testnovel) オブジェクトの 2 つのテスト セットが含まれます。これは小さい 64x64 バージョンです。
スプリット | 例 |
---|
'test' | 256 |
'train' | 43,264 |
Sequence({
'action': Tensor(shape=(4,), dtype=float32),
'endeffector_pos': Tensor(shape=(3,), dtype=float32),
'image_aux1': Image(shape=(64, 64, 3), dtype=uint8),
'image_main': Image(shape=(64, 64, 3), dtype=uint8),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 順序 | | | |
アクション | テンソル | (4) | float32 | |
endeffector_pos | テンソル | (3) | float32 | |
image_aux1 | 画像 | (64, 64, 3) | uint8 | |
image_main | 画像 | (64, 64, 3) | uint8 | |
@misc{1710.05268,
Author = {Frederik Ebert and Chelsea Finn and Alex X. Lee and Sergey Levine},
Title = {Self-Supervised Visual Planning with Temporal Skip Connections},
Year = {2017},
Eprint = {arXiv:1710.05268},
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-23 UTC。
[null,null,["最終更新日 2022-11-23 UTC。"],[],[],null,["# bair_robot_pushing_small\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis data set contains roughly 44,000 examples of robot pushing motions,\nincluding one training set (train) and two test sets of previously seen\n(testseen) and unseen (testnovel) objects. This is the small 64x64 version.\n\n- **Homepage** :\n \u003chttps://sites.google.com/view/sna-visual-mpc/\u003e\n\n- **Source code** :\n [`tfds.datasets.bair_robot_pushing_small.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/bair_robot_pushing_small/bair_robot_pushing_small_dataset_builder.py)\n\n- **Versions**:\n\n - **`2.0.0`** (default): New split API (\u003chttps://tensorflow.org/datasets/splits\u003e)\n- **Download size** : `30.06 GiB`\n\n- **Dataset size** : `20.80 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| `'test'` | 256 |\n| `'train'` | 43,264 |\n\n- **Feature structure**:\n\n Sequence({\n 'action': Tensor(shape=(4,), dtype=float32),\n 'endeffector_pos': Tensor(shape=(3,), dtype=float32),\n 'image_aux1': Image(shape=(64, 64, 3), dtype=uint8),\n 'image_main': Image(shape=(64, 64, 3), dtype=uint8),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------------|----------|-------------|---------|-------------|\n| | Sequence | | | |\n| action | Tensor | (4,) | float32 | |\n| endeffector_pos | Tensor | (3,) | float32 | |\n| image_aux1 | Image | (64, 64, 3) | uint8 | |\n| image_main | Image | (64, 64, 3) | uint8 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\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 @misc{1710.05268,\n Author = {Frederik Ebert and Chelsea Finn and Alex X. Lee and Sergey Levine},\n Title = {Self-Supervised Visual Planning with Temporal Skip Connections},\n Year = {2017},\n Eprint = {arXiv:1710.05268},\n }"]]