SCO

Results 3 issues of SCO

ggw@vip-workstation1:~/guoanXu/awesome/core/data/downloader$ python ade20k.py --download-dir ../datasets/citys Traceback (most recent call last): File "ade20k.py", line 51, in download_ade(_TARGET_DIR, overwrite=False) File "ade20k.py", line 35, in download_ade makedirs(download_dir) File "/home/ggw/guoanXu/awesome/core/utils/filesystem.py", line 16, in makedirs...

Traceback (most recent call last): File "ade20k.py", line 52, in download_ade(_TARGET_DIR, overwrite=False) File "ade20k.py", line 35, in download_ade makedirs(download_dir) File "/home/ggw/guoanXu/awesome-semantic-segmentation-pytorch-master/core/utils/filesystem.py", line 16, in makedirs os.makedirs(path) File "/usr/local/anaconda3/lib/python3.6/os.py", line 220,...

When I run `python eval.py --model bisenet --backbone resnet18 --dataset citys `, It occurred this issue: TypeError: init() got an unexpected keyword argument 'local_rank' Could you help me to solve...