fcjian / TOOD

TOOD: Task-aligned One-stage Object Detection, ICCV2021 Oral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I want to load the resnet50-19c8e357.pth from my local path instead of downloading from the terminal,how can I change the code?

WuYifei0305 opened this issue · comments

image
image
I failed to download resnet50-19c8e357.pth in terminal,so I downloaded it and saved it to the local path.But I don't know what to do next.

You can move the file of "resnet50-19c8e357.pth" to the path of "~/.cache/torch/hub/checkpoints/".

You can move the file of "resnet50-19c8e357.pth" to the path of "~/.cache/torch/hub/checkpoints/".

Thank you for your answers.