You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
When I tried the ImageNet training example, it failed due to DirectoryParsingLabelDataset. ImageNet 2012 dataset has an image with an alpha channel, and DirectoryParsingLabelDataset cannot read it. I dealt with it by adding alpha='ignore' to the following function call.
When I tried the ImageNet training example, it failed due to
DirectoryParsingLabelDataset
. ImageNet 2012 dataset has an image with an alpha channel, andDirectoryParsingLabelDataset
cannot read it. I dealt with it by addingalpha='ignore'
to the following function call.chainercv/chainercv/datasets/directory_parsing_label_dataset.py
Line 148 in ca45a7f
Could you fix it in a proper way?
The text was updated successfully, but these errors were encountered: