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
Thanks for the great repo. I wanted to evaluate BAM using the pascal validation dataset. Now in the get_item function, I am not able to retrieve the class identity using the original label in the Pascal VOC dataset. I am accessing the label from the folder "segmentatioclass" but the mask present here does not contain class identity. Your code refers to a folder named as SegmentationClassAug" for retrieving the labels and subsequently class identity. This folder is not present in the Pascal VOC dataset. So, can you explain that how to get this augmented segmentation mask as a label for retrieval of class identity. I have also attached the relevant code snippet. Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the great repo. I wanted to evaluate BAM using the pascal validation dataset. Now in the get_item function, I am not able to retrieve the class identity using the original label in the Pascal VOC dataset. I am accessing the label from the folder "segmentatioclass" but the mask present here does not contain class identity. Your code refers to a folder named as SegmentationClassAug" for retrieving the labels and subsequently class identity. This folder is not present in the Pascal VOC dataset. So, can you explain that how to get this augmented segmentation mask as a label for retrieval of class identity. I have also attached the relevant code snippet. Thanks.
The text was updated successfully, but these errors were encountered: