deep_weeds

DeepWeeds データセットは、オーストラリア原産の 8 つの異なる雑草種と近隣の植物相を捉えた 17,509 枚の画像で構成されています。選択された雑草種は、クイーンズランド州全体の牧歌的な草原に生息しています。 「ブラック リバー」、「チャーターズ タワー」、「クルーデン」、「ダグラス」、「ハービー レンジ」、「ケルソ」、「マッキンレイ」、「パルマ」。

スプリット
'train' 17,509
  • 機能構造:
FeaturesDict({
    'image': Image(shape=(256, 256, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=9),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(256, 256, 3) uint8
ラベルクラスラベルint64

視覚化

  • 引用
@article{DeepWeeds2019,
  author = {Alex Olsen and
    Dmitry A. Konovalov and
    Bronson Philippa and
    Peter Ridd and
    Jake C. Wood and
    Jamie Johns and
    Wesley Banks and
    Benjamin Girgenti and
    Owen Kenny and
    James Whinney and
    Brendan Calvert and
    Mostafa {Rahimi Azghadi} and
    Ronald D. White},
  title = { {DeepWeeds: A Multiclass Weed Species Image Dataset for Deep Learning} },
  journal = {Scientific Reports},
  year = 2019,
  number = 2058,
  month = 2,
  volume = 9,
  issue = 1,
  day = 14,
  url = "https://doi.org/10.1038/s41598-018-38343-3",
  doi = "10.1038/s41598-018-38343-3"
}