chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.97k stars 1.14k forks source link

vgg16-397923af.pth problem #137

Open LeonardNiu opened 5 years ago

LeonardNiu commented 5 years ago

Hey, I've already download the pretrained model, but when i run the demo.ipynb, it still download the vgg16-397923af.pth. Why ?

Clannad000000 commented 4 years ago

Have you solved this problem?

leiqing110 commented 4 years ago

you an use torch.load(Path) to load this pretrained model

freepoet commented 3 years ago

change load_path =None to load_path =path/to/your/downloaded/pretrained/model

linhai-littlewhite commented 3 years ago

you can run the demo.iptnb ? I can not visualzie it by visdom , run the demo , there is nothing on visdom