kunzhan / DSSN

ACM MM 2023: Improving semi-supervised semantic segmentation with dual-level Siamese structure network
http://arxiv.org/abs/2307.13938
17 stars 1 forks source link

Question about the difference between cityscapes and pascal voc of the code #2

Closed Hugo-cell111 closed 11 months ago

Hugo-cell111 commented 11 months ago

Hi! May I ask why you set two different folders of two dataset? I think they can share the same code under two dataset settings. Thanks!

kunzhan commented 11 months ago

In PyTorch 2.0, the speed on Cityscapes is a bit faster. We have already run the experiments on VOC, so we haven't re-run them in 2.0.

Hugo-cell111 commented 11 months ago

Thanks!