Thanks for your awesome work.
I want to train a segmentation network on the provided dataset, via run:
# 1 train a segmentation model
sh ./scripts/train_sfpnr50.sh
# 2 generate segmentation features and pse-masks
sh ./scripts/generate_segfeats.sh
# 3 train SOBA
sh ./scripts/train_soba.sh
when I run the:
sh ./scripts/train_sfpnr50.sh
an error occurs:
This problem is solved:
I modify the --master_port $RANDOM as -- master_port=1234.
Then under the data folder: I change the name of file 'distribute' to 'distribute.py'
the training code can run.
Thanks for your awesome work. I want to train a segmentation network on the provided dataset, via run:
when I run the:
sh ./scripts/train_sfpnr50.sh
an error occurs:Could you please kindly remind me how to fix it? Thanks.