Hi.
I ran the inference using the command:
python inference.py --img_path=test_img.png --restore_from=/restore_weights/
but the error came out:
File "/home/nhan/git_workspace/Indoor-segmentation/network.py", line 78, in feed
if isinstance(fed_layer, basestring):
NameError: name 'basestring' is not defined
I look for basestring in network.py and basestring is really not defined.
Could you help me, please?