googleinterns / wss

A simple consistency training framework for semi-supervised image semantic segmentation
Apache License 2.0
165 stars 24 forks source link

More data splits information #3

Closed charlesCXK closed 4 years ago

charlesCXK commented 4 years ago

Hi, thanks for sharing! I have two questions about the data splits:

  1. Could you please supply 2_clean.txt for PASCAL VOC?
  2. Could you tell me which split of 1/16 data @VOC did you use in Table 2 in the main paper? Since you have supplied 3 different splits of 1/16 data in this repo, which makes me confused.

Thanks again!

Yuliang-Zou commented 4 years ago

Hi @charlesCXK , thanks for your interest.

  1. I will upload that split soon.
  2. We use the 16_clean_3.txt in the main paper.
Yuliang-Zou commented 4 years ago

Hi @charlesCXK , you can find 2_clean.txt here

charlesCXK commented 4 years ago

Thank you very much!