pytorch/examples

ImageFolder doc should clarify 1. order that images returned in 2. that all classes are concatenated into a single list

Open

#400 geöffnet am 12. Aug. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (9.429 Forks)batch import
good first issue

Repository-Metriken

Stars
 (21.634 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

ImageFolder doc should clarify:

  1. order that images returned in (it looks like it is alphabetical (which is what I want :) ), https://github.com/pytorch/vision/blob/d6c7900d06c3388bf814cecbe90f91a9afecbefb/torchvision/datasets/folder.py#L44-L45 )
  2. that images from all classes are concatenated into a single list, into which [] operator indexes

(Cool class by the way :) )

Contributor Guide