[問題] keras image augmentation

看板DataScience作者 (岡本)時間6年前 (2018/05/04 17:01), 編輯推噓0(003)
留言3則, 1人參與, 6年前最新討論串1/1
作業系統: Ubuntu LTS 16.04 問題類別: Keras Image Augmentation 使用工具: python, keras... 問題內容: 我目前要用類似multi-view cnn 的方法做圖像辨識 簡單來說,一次輸入5張圖,這5張圖是相同的label, 同時我還要做augmentation 問題: 在fit_generator中一次會輸出一個x跟一個y 但是我希望的是輸出5個x跟一個y 不知道跟ImageDataGenerator要怎麼用 目前想到的方式就是自己刻一個generator 一次丟一個list of x 跟一個y 麻煩大大們了,謝謝~ -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.112.31.163 ※ 文章網址: https://www.ptt.cc/bbs/DataScience/M.1525424478.A.415.html

05/04 19:49, 6年前 , 1F
自問自答一下
05/04 19:49, 1F

05/04 19:50, 6年前 , 2F
自己定義一個generator,在裡面呼叫keras的ImageDataGene
05/04 19:50, 2F

05/04 19:50, 6年前 , 3F
rator就可以了
05/04 19:50, 3F
文章代碼(AID): #1Qx25UGL (DataScience)
文章代碼(AID): #1Qx25UGL (DataScience)