Closed 18pxrsun closed 5 years ago
Which one? I am able to download the models.
https://vision.in.tum.de/webarchive/hazirbas/poselstm-pytorch/places-googlenet.pickle When I open this link, it's garbled.Would you send it to my email? pxrsun@163.com
I can download and read the file. If you are using Python 2 use the following to read:
with open('places-googlenet.pickle', 'rb') as f: print( pickle.load(f).keys())
I can't download the file.So I don't have the places-googlenet.pickle.
Did you try using wget? It works for me.
I can download it by using wget,thank you very much.
The link of pretrained model is unable opened,could you publish it again?Thank you very much.