Open mjohn123 opened 7 years ago
@mjohn123 @TheLegendAli Did you solve this problem?
@mjohn123 MODEL='DEEPLABV2-RESNET101'这个值要改一下 跟tools.py里get_urls()函数里保持一致;
I have the same issue you have @mjohn123, did you solve your problem? I will appreciate help on this
Deeplab implementers help us with this issue please.
Hello all, I am using the code and got the error as following:
KeyError: 'DEEPLABV2-RESNET101-url'
This is my runing steps; First, I clone the code to my /home/john folder: /home/john/DeepLab-Context2. Then I build the code without error as follows:[100%] Built target pycaffe
Secondly, I download DEEPLABV2-RESNET101 testing/training model and put them in the folder
/home/john/DeepLab-Context2/voc12/model/vgg128_noup
. Then I run the command"ln -s vgg16.caffemodel init.caffemodel" at
/home/john/DeepLab-Context2/voc12/model/vgg128_noup
I also changed the Pascal dataset link as
Finally, I run the python code
python run.py
but I got the above error. How can I fix it? Thank all