hazirbas / poselstm-pytorch

PyTorch implementation of PoseLSTM and PoseNet
Other
120 stars 37 forks source link

The pretrained model #6

Closed 18pxrsun closed 5 years ago

18pxrsun commented 5 years ago

The link of pretrained model is unable opened,could you publish it again?Thank you very much.

hazirbas commented 5 years ago

Which one? I am able to download the models.

18pxrsun commented 5 years ago

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

hazirbas commented 5 years ago

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())

18pxrsun commented 5 years ago

I can't download the file.So I don't have the places-googlenet.pickle.

hazirbas commented 5 years ago

Did you try using wget? It works for me.

18pxrsun commented 5 years ago

I can download it by using wget,thank you very much.