DLTK/DLTK

Apply the same transformation to image and mask in elastic_transform ?

Open

#31 建立於 2018年7月25日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (410 fork)batch import
enhancementgood first issuehelp wanted

倉庫指標

Star
 (1,386 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!

貢獻者指南