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
Hi, thanks for your attention.
I am sorry that now we do not have enough GPU resource to run all experiments on Cityscapes.
We will first try to provide more results of other methods on the Pascal VOC dataset.
Hi, thanks for your nice work!
I have noticed that you only give us the data split of VOC2012, will you offer us the splits of cityscapes dataset?
And from your scripts,
The labeled data used in your experiments only samples in the order of names from the txt file,
PixelSSL/task/sseg/dataset/PascalVOC/tool/random_sublabeled_samples.py
Line 21 in ce19203
labeled_num = int(len(samples) * labeled_ratio + 1) labeled_list = samples[:labeled_num]
The text was updated successfully, but these errors were encountered: