gengshan-y / rigidmask

Code for "Learning to Segment Rigid Motions from Two Frames". CVPR 2021.
https://gengshan-y.github.io/rigidmask/
MIT License
191 stars 18 forks source link

Problem about loading resnext101_32x8d_wsl #9

Closed Gao-JT closed 3 years ago

Gao-JT commented 3 years ago

Thank you for your wonderful work. But when I reproduced the results, some problems appeared. The model resnext101_32x8d_wsl cannot be downloaded, as shown in the figure below. The problem seems like #404 error when pulling model from hub. Can you provide this file that you downloaded before? If so, I would be very grateful! image Thank you again for your wonderful work, and hope to get your reply!

Gao-JT commented 3 years ago

I have solved this problem. The solution is: a. manually download this code b. unzip and put it under ~/.cache/torch/hub/ c. finally rename it to facebookresearch_WSL-Images_master. Thank you very much for your wonderful work!