Closed MyVanitar closed 7 years ago
decode_labels
. This function converts single pallet 1D PNGs (0, 1, 2, ... 255) to RGB. You must train on all 10582 images. The full train images are not available just at the VOC server, and must be augmented from here as written in the deeplab-resnet paper.evalpyt2.py -h
to see info about each flag.
Hello,
1) The original VOC PNG labels are in RGB format, but it seems that we have to convert them to the single pallet 1D PNGs (0, 1, 2, ... 255). May I ask you what tool have you used to make this conversion?
2) in the training parameters you mentioned:
--LISTpath=<str> Input image number list file [default: data/list/train_aug.txt]
should this contain training images names or training labels names or both?3) is there any code to make some visual inference?