Seungho, Lee

Results 8 comments of Seungho, Lee

You might solve the problem. https://github.com/xiaomengyc/SPG/blob/c193257eb12d08055ce7f0b1cda9c99908dd33c3/models/google/inception3_spg.py#L93 This line should be modified into `self.num_classes = num_classes`

In the pickle file there are two kinds of keys for the dictionary. One is for image level label and the other is for the pixel level label Each number...

Pascal VOC augmented dataset JPEG you mentioned is in the official classification dataset (specifically 2012). You can download the JPEG images (training/val set) on below link http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html The seed file...

It means that the model isn't trained well. Problem can be various (e.g. loading pretrained weight (during training / inference), or hyperparameters)

@oldwang77 Sorry for really late reply.. It means that the network is not trained well. Usually, the pretrained model is the cause of this. Please check it.

Sorry for the late reply. You are right, 37.15 % is for pseudo masks.

Thank you for the quick response!

@AlanChou Oh, I see. I thought you were the author. :) Thank you for the another reply!