cityscapes_dict.pkl doesn't exist
karolmajek opened this issue · 1 comments
karolmajek commented
When trying to run inference notebook:
with open('cityscapes_dict.pkl', 'rb') as f:
id_to_color = pickle.load(f)['color_map']
Error message:
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
<ipython-input-8-995e3588fde6> in <module>
1 h, w = 800, 1600
----> 2 with open('cityscapes_dict.pkl', 'rb') as f:
3 id_to_color = pickle.load(f)['color_map']
FileNotFoundError: [Errno 2] No such file or directory: 'cityscapes_dict.pkl'
Was looking for it in the web, but haven't found it and don't want to do it manually :-)
srihari-humbarwadi commented
latest commit should fix this