ascust / SEC-MXNet

MXNet implementation of SEC
MIT License
21 stars 4 forks source link

Model Training #15

Closed karthik-sem closed 4 years ago

karthik-sem commented 4 years ago

U have used Segmentation classes for creating Augmented images.Will the Augmented images be used for training?If so aren't we using fully supervised data for training? Please let me know

ascust commented 4 years ago

Could you be more specific about "used Segmentation classes for creating Augmented images"? Which part of the code are you referring to?

karthik-sem commented 4 years ago

I referred to the SegmentationClasses of SBD dataset used in the file create_dataset.py

ascust commented 4 years ago

sorry for the late reply. The setting is basically that we include the augmented images as well as the original VOC images, which are 10, 582 images in total. We only use the image-level labels for training. There is no pixel-level mask involved.

karthik-sem commented 4 years ago

The augmented images which are used for training are pixel wise annotations isnt it?

ascust commented 4 years ago

they do provide the pixel-level masks. But in the weakly supervised setting, we only use the image-level labels.

ascust commented 4 years ago

they do provide the pixel-level masks. But in the weakly supervised setting, we only use the image-level labels.