dongzhang89 / CONTA

Implementation for paper: Causal Intervention for Weakly-Supervised Semantic Segmentation
MIT License
185 stars 27 forks source link

About the COCO dataset #17

Closed DesertsP closed 3 years ago

DesertsP commented 3 years ago

How to split the training set, validation set and test set? How to get the mask of semantic segmentation? Thanks.

dongzhang89 commented 3 years ago
  1. COCO used in our work refers to COCO-2014, you can find the corresponding data set on the website.
  2. segmentation mask can be obtain by the trained segmentation model in Step-3.