jimmyyhwu / pose-interpreter-networks

Real-time robotic object pose estimation with deep learning
MIT License
122 stars 27 forks source link

Issue with Segmentation Eval 403 Forbidden #21

Closed SpencerTrihus closed 5 years ago

SpencerTrihus commented 5 years ago

Hi Jimmy,

I have downloaded the pretrained datasets, however when I attempt to run the segmentation eval Jupyter notebook. I receive an error in the third block. It seems that the code is downloading a checkpoint from a princeton website. Attempting to visit this site gives me a 403 Forbidden error. The address is: https://tigress-web.princeton.edu/~fy/drn/models/drn_d_22-4bd2f8ea.pth.

Do users need special permission for this?

Thanks

jimmyyhwu commented 5 years ago

I just updated the URL, give it another try!

SpencerTrihus commented 5 years ago

I am still receiving the same error with the following line of code: segm_model = segm_models.DRNSeg(segm_cfg.arch, segm_cfg.data.classes, None, pretrained=True)

More specifically, the above line eventually calls this line during class initiation: model.load_state_dict(model_zoo.load_url(model_urls['drn-d-22']))

I still receive a 403 Forbidden error. I have also attempted to simply open the link I posted above to the same result.

Thanks

jimmyyhwu commented 5 years ago

Sorry for the confusion, you have to pull my new commit (51242d0) to update the URL.