Closed Yan1026 closed 2 years ago
Hi,thank you for your great work!
In Cityscapes Setting,you said that
run the scripts with
# -l -> labelled_num; -g -> gpus; -b -> resnet backbone; ./scripts/train_voc_hq.sh -l 372 -g 2 -b 50
Should it be ./scripts/train_city.sh -l 372 -g 2 -b 50 here?
./scripts/train_city.sh -l 372 -g 2 -b 50
Thanks a lot for report that issue! I have fixed it now.
Hi,thank you for your great work!
In Cityscapes Setting,you said that
run the scripts with
Should it be
./scripts/train_city.sh -l 372 -g 2 -b 50
here?