کوچک نورب
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
این پایگاه داده برای آزمایش در تشخیص اشیاء سه بعدی از شکل در نظر گرفته شده است. این شامل تصاویری از 50 اسباب بازی متعلق به 5 دسته کلی است: حیوانات چهار پا، پیکره های انسان، هواپیما، کامیون و اتومبیل. این اشیاء توسط دو دوربین تحت 6 شرایط نوری، 9 ارتفاع (30 تا 70 درجه در هر 5 درجه) و 18 آزیموت (0 تا 340 در هر 20 درجه) تصویربرداری شدند.
مجموعه آموزشی از 5 نمونه از هر دسته (نمونه های 4، 6، 7، 8 و 9) و مجموعه آزمایشی از 5 نمونه باقی مانده (نمونه های 0، 1، 2، 3، و 5) تشکیل شده است.
شکاف | مثال ها |
---|
'test' | 24300 |
'train' | 24300 |
FeaturesDict({
'image': Image(shape=(96, 96, 1), dtype=uint8),
'image2': Image(shape=(96, 96, 1), dtype=uint8),
'instance': ClassLabel(shape=(), dtype=int64, num_classes=10),
'label_azimuth': ClassLabel(shape=(), dtype=int64, num_classes=18),
'label_category': ClassLabel(shape=(), dtype=int64, num_classes=5),
'label_elevation': ClassLabel(shape=(), dtype=int64, num_classes=9),
'label_lighting': ClassLabel(shape=(), dtype=int64, num_classes=6),
})
ویژگی | کلاس | شکل | نوع D | شرح |
---|
| FeaturesDict | | | |
تصویر | تصویر | (96، 96، 1) | uint8 | |
تصویر 2 | تصویر | (96، 96، 1) | uint8 | |
نمونه، مثال | ClassLabel | | int64 | |
label_azimuth | ClassLabel | | int64 | |
برچسب_رده | ClassLabel | | int64 | |
label_elevation | ClassLabel | | int64 | |
برچسب_روشنایی | ClassLabel | | int64 | |
@article{LeCun2004LearningMF,
title={Learning methods for generic object recognition with invariance to pose and lighting},
author={Yann LeCun and Fu Jie Huang and L{\'e}on Bottou},
journal={Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition},
year={2004},
volume={2},
pages={II-104 Vol.2}
}
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-06-01 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-06-01 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# smallnorb\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis database is intended for experiments in 3D object recognition from shape.\nIt contains images of 50 toys belonging to 5 generic categories: four-legged\nanimals, human figures, airplanes, trucks, and cars. The objects were imaged by\ntwo cameras under 6 lighting conditions, 9 elevations (30 to 70 degrees every 5\ndegrees), and 18 azimuths (0 to 340 every 20 degrees).\n\nThe training set is composed of 5 instances of each category (instances 4, 6, 7,\n8 and 9), and the test set of the remaining 5 instances (instances 0, 1, 2, 3,\nand 5).\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/smallnorb)\n\n- **Homepage** :\n [https://cs.nyu.edu/\\~ylclab/data/norb-v1.0-small/](https://cs.nyu.edu/%7Eylclab/data/norb-v1.0-small/)\n\n- **Source code** :\n [`tfds.datasets.smallnorb.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/smallnorb/smallnorb_dataset_builder.py)\n\n- **Versions**:\n\n - **`2.0.0`** (default): New split API (\u003chttps://tensorflow.org/datasets/splits\u003e)\n - `2.1.0`: No release notes.\n- **Download size** : `250.60 MiB`\n\n- **Dataset size** : `Unknown size`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Unknown\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 24,300 |\n| `'train'` | 24,300 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(96, 96, 1), dtype=uint8),\n 'image2': Image(shape=(96, 96, 1), dtype=uint8),\n 'instance': ClassLabel(shape=(), dtype=int64, num_classes=10),\n 'label_azimuth': ClassLabel(shape=(), dtype=int64, num_classes=18),\n 'label_category': ClassLabel(shape=(), dtype=int64, num_classes=5),\n 'label_elevation': ClassLabel(shape=(), dtype=int64, num_classes=9),\n 'label_lighting': ClassLabel(shape=(), dtype=int64, num_classes=6),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------------|--------------|-------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (96, 96, 1) | uint8 | |\n| image2 | Image | (96, 96, 1) | uint8 | |\n| instance | ClassLabel | | int64 | |\n| label_azimuth | ClassLabel | | int64 | |\n| label_category | ClassLabel | | int64 | |\n| label_elevation | ClassLabel | | int64 | |\n| label_lighting | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label_category')`\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{LeCun2004LearningMF,\n title={Learning methods for generic object recognition with invariance to pose and lighting},\n author={Yann LeCun and Fu Jie Huang and L{\\'e}on Bottou},\n journal={Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition},\n year={2004},\n volume={2},\n pages={II-104 Vol.2}\n }"]]