pytorch/vision

[RFC] Extend the scope of ImageFolder for segmentation data

开放

#424 创建于 2018年2月16日

 (4 条评论) (0 个反应) (0 位负责人)Python (6,858 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (15,050 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南