You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

mindspore.dataset.CityscapesDataset.rst 7.5 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. mindspore.dataset.CityscapesDataset
  2. ===================================
  3. .. py:class:: mindspore.dataset.CityscapesDataset(dataset_dir, usage="train", quality_mode="fine", task="instance", num_samples=None, num_parallel_workers=None, shuffle=None, decode=None, sampler=None, num_shards=None, shard_id=None, cache=None)
  4. 读取和解析Cityscapes数据集的源文件构建数据集。
  5. 生成的数据集有两列 `[image, task]` 。
  6. `image` 列的数据类型为uint8。`task` 列的数据类型根据参数 `task` 的值而定,当 参数 `task` 取值为'polygon',列的数据类型为string,其他取值下,列的数据类型为uint8。
  7. **参数:**
  8. - **dataset_dir** (str) - 包含数据集文件的根目录路径。
  9. - **usage** (str, 可选) - 指定数据集的子集。当参数 `quality_mode` 取值为'fine'时,此参数可取值为'train'、'test'、'val'或'all'。
  10. 在参数 `quality_mode` 的其他取值下,此参数可取值为'train'、'train_extra'、'val'或'all'。默认值:'train',全部样本图片。
  11. - **quality_mode** (str, 可选) - 指定数据集的质量模式,可取值为'fine'或'coarse'。默认值:'fine'。
  12. - **task** (str, 可选) - 指定数据集的任务类型,可取值为'instance'、'semantic'、'polygon'或'color'。默认值:'instance'。
  13. - **num_samples** (int, 可选) - 指定从数据集中读取的样本数,可以小于数据集总数。默认值:None,读取全部样本图片。
  14. - **num_parallel_workers** (int, 可选) - 指定读取数据的工作线程数。默认值:None,使用mindspore.dataset.config中配置的线程数。
  15. - **shuffle** (bool, 可选) - 是否混洗数据集。默认值:None,下表中会展示不同参数配置的预期行为。
  16. - **decode** (bool, 可选) - 是否对读取的图片进行解码操作,默认值:False,不解码。
  17. - **sampler** (Sampler, 可选) - 指定从数据集中选取样本的采样器,默认值:None,下表中会展示不同配置的预期行为。
  18. - **num_shards** (int, 可选) - 指定分布式训练时将数据集进行划分的分片数,默认值:None。指定此参数后, `num_samples` 表示每个分片的最大样本数。
  19. - **shard_id** (int, 可选) - 指定分布式训练时使用的分片ID号,默认值:None。只有当指定了 `num_shards` 时才能指定此参数。
  20. - **cache** (DatasetCache, 可选) - 单节点数据缓存服务,用于加快数据集处理,详情请阅读 `单节点数据缓存 <https://www.mindspore.cn/docs/programming_guide/zh-CN/master/cache.html>`_ 。默认值:None,不使用缓存。
  21. **异常:**
  22. - **RuntimeError** - `dataset_dir` 路径下不包含任何数据文件。
  23. - **ValueError** - `num_parallel_workers` 参数超过系统最大线程数。
  24. - **RuntimeError** - 同时指定了 `sampler` 和 `shuffle` 参数。
  25. - **RuntimeError** - 同时指定了 `sampler` 和 `num_shards` 参数或同时指定了 `sampler` 和 `shard_id` 参数。
  26. - **RuntimeError** - 指定了 `num_shards` 参数,但是未指定 `shard_id` 参数。
  27. - **RuntimeError** - 指定了 `shard_id` 参数,但是未指定 `num_shards` 参数。
  28. - **ValueError** - `dataset_dir` 路径非法或不存在。
  29. - **ValueError** - `task` 参数取值不为'instance'、'semantic'、'polygon'或'color'。
  30. - **ValueError** - `quality_mode` 参数取值不为'fine'或'coarse'。
  31. - **ValueError** - `usage` 参数取值不在给定的字段中。
  32. - **ValueError** - `shard_id` 参数值错误(小于0或者大于等于 `num_shards` )。
  33. .. note:: 此数据集可以指定参数 `sampler` ,但参数 `sampler` 和参数 `shuffle` 的行为是互斥的。下表展示了几种合法的输入参数组合及预期的行为。
  34. .. list-table:: 配置 `sampler` 和 `shuffle` 的不同组合得到的预期排序结果
  35. :widths: 25 25 50
  36. :header-rows: 1
  37. * - 参数 `sampler`
  38. - 参数 `shuffle`
  39. - 预期数据顺序
  40. * - None
  41. - None
  42. - 随机排列
  43. * - None
  44. - True
  45. - 随机排列
  46. * - None
  47. - False
  48. - 顺序排列
  49. * - `sampler` 实例
  50. - None
  51. - 由 `sampler` 行为定义的顺序
  52. * - `sampler` 实例
  53. - True
  54. - 不允许
  55. * - `sampler` 实例
  56. - False
  57. - 不允许
  58. **关于Cityscapes数据集:**
  59. Cityscapes 数据集由来自 50 个城市的 24998 张彩色图像组成。
  60. 其中 5000 张图像具有高质量的密集像素标注, 19998 张图像具有粗糙的多边形标注。
  61. 该数据集共有 30 个类,多边形标注包括密集语义分割,以及车辆和人的实例分割。
  62. 您可以解压缩原始Caltech256数据集文件到如下目录结构,并通过MindSpore的API进行读取。
  63. .. code-block::
  64. .
  65. └── Cityscapes
  66. ├── leftImg8bit
  67. | ├── train
  68. | | ├── aachen
  69. | | | ├── aachen_000000_000019_leftImg8bit.png
  70. | | | ├── aachen_000001_000019_leftImg8bit.png
  71. | | | ├── ...
  72. | | ├── bochum
  73. | | | ├── ...
  74. | | ├── ...
  75. | ├── test
  76. | | ├── ...
  77. | ├── val
  78. | | ├── ...
  79. └── gtFine
  80. ├── train
  81. | ├── aachen
  82. | | ├── aachen_000000_000019_gtFine_color.png
  83. | | ├── aachen_000000_000019_gtFine_instanceIds.png
  84. | | ├── aachen_000000_000019_gtFine_labelIds.png
  85. | | ├── aachen_000000_000019_gtFine_polygons.json
  86. | | ├── aachen_000001_000019_gtFine_color.png
  87. | | ├── aachen_000001_000019_gtFine_instanceIds.png
  88. | | ├── aachen_000001_000019_gtFine_labelIds.png
  89. | | ├── aachen_000001_000019_gtFine_polygons.json
  90. | | ├── ...
  91. | ├── bochum
  92. | | ├── ...
  93. | ├── ...
  94. ├── test
  95. | ├── ...
  96. └── val
  97. ├── ...
  98. **引用:**
  99. .. code-block::
  100. @inproceedings{Cordts2016Cityscapes,
  101. title = {The Cityscapes Dataset for Semantic Urban Scene Understanding},
  102. author = {Cordts, Marius and Omran, Mohamed and Ramos, Sebastian and Rehfeld, Timo and Enzweiler,
  103. Markus and Benenson, Rodrigo and Franke, Uwe and Roth, Stefan and Schiele, Bernt},
  104. booktitle = {Proc. of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  105. year = {2016}
  106. }
  107. .. include:: mindspore.dataset.Dataset.add_sampler.rst
  108. .. include:: mindspore.dataset.Dataset.rst
  109. .. include:: mindspore.dataset.Dataset.d.rst
  110. .. include:: mindspore.dataset.Dataset.use_sampler.rst
  111. .. include:: mindspore.dataset.Dataset.zip.rst