simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

vgg16-397923af.pth problem

Open LeonardNiu opened this issue 5 years ago • 4 comments

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

LeonardNiu avatar Jun 17 '19 02:06 LeonardNiu

Have you solved this problem?

Clannad000000 avatar Sep 06 '19 06:09 Clannad000000

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

leiqing110 avatar Feb 16 '20 04:02 leiqing110

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

freepoet avatar Dec 23 '20 12:12 freepoet

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

linhai-littlewhite avatar Jun 02 '21 02:06 linhai-littlewhite