resisc45

  • 説明:

RESISC45 データセットは、Northwestern Polytechnical University (NWPU) によって作成された Remote Sensing Image Scene Classification (RESISC) の公開ベンチマークです。このデータセットには 31,500 枚の画像が含まれており、45 のシーン クラスをカバーし、各クラスに 700 枚の画像があります。

スプリット
'train' 31,500
  • 機能構造:
FeaturesDict({
   
'filename': Text(shape=(), dtype=string),
   
'image': Image(shape=(256, 256, 3), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=45),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
ファイル名文章ストリング
画像画像(256, 256, 3) uint8
ラベルクラスラベルint64

視覚化

  • 引用
@article{Cheng_2017,
   title
={Remote Sensing Image Scene Classification: Benchmark and State of the Art},
   volume
={105},
   ISSN
={1558-2256},
   url
={http://dx.doi.org/10.1109/JPROC.2017.2675998},
   DOI
={10.1109/jproc.2017.2675998},
   number
={10},
   journal
={Proceedings of the IEEE},
   publisher
={Institute of Electrical and Electronics Engineers (IEEE)},
   author
={Cheng, Gong and Han, Junwei and Lu, Xiaoqiang},
   year
={2017},
   month
={Oct},
   pages
={1865-1883}
}