Ego-J
Results
2
comments of
Ego-J
Maybe your model's last layer id is not 'fc' and you should check it. Where did you get the BNInception pretrained model, I have seen two BNInception pretrained models with...
> idx_categories.append(os.path.join(dict_categories[items[1]])) changing this line to idx_categories.append(dict_categories[items[1]]) may help