pytorch/vision

[RFC] Extend the scope of ImageFolder for segmentation data

Open

#424 opened on 2018年2月16日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Python (6,858 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (15,050 stars)
PR merge metrics
 (平均マージ 12d 8h) (30d で 14 merged PRs)

説明

I am starting to work on segmentation problem.

ImageFolder is great but seems to be dedicated for classification.

Would it make sense to modify it such that we can load input/target which can be both list of images as in the case of CamVid dataset? It is also true that segmentation can also be organized with a list of images and a list of annotations which does not fit the previous requirement.

So I was wondering what the core devs are thinking about it.

コントリビューターガイド