ランダム パッチ抽出データストアの作成
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
donna
am 18 Jul. 2020
Kommentiert: Kenta
am 22 Jul. 2020
MATLAB初心者です.
上記のURLを参考にしながら,16×16サイズのイメージパッチを256個作成したいのですが,
入力パッチ8個、出力パッチ8個しか表示されていません.
分かる方がいらっしゃいましたら、ご教示ください...
以下の画像はソースコードです.

0 Kommentare
Akzeptierte Antwort
Shunichi Kusano
am 20 Jul. 2020
previewコマンドなので8つだけしか読んでいないのだと思います。readコマンドで読めば実際にネットワークで学習させる際の挙動がわかります。ちなみに一枚の画像から256枚のパッチを取り出したいのであれば、randomPatchExtractionDatastoreのプロパティで指定する必要があるかと思います。詳しくはヘルプドキュメントをご覧ください。
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 多角形 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!