Faster-rcnn.pytorch: Can u help me solve my question?

Created on 7 Nov 2018  ·  1Comment  ·  Source: jwyang/faster-rcnn.pytorch

I have successfully run train_net.py and test_net.py, but some fault comes when I am trying to run the code of demo.py,
There is no input directory for loading network from faster-rcnn.pytorch/models/vgg16/pascal_voc/vgg16/pascal_voc
I got the train models by train_net.py and put them into faster-rcnn.pytorch/models/vgg16/pascal_voc/vgg16/pascal_voc, I don't know where I am wrong

Most helpful comment

models should be under
faster-rcnn.pytorch/models/vgg16/pascal_voc/

not
faster-rcnn.pytorch/models/vgg16/pascal_voc/vgg16/pascal_voc/

>All comments

models should be under
faster-rcnn.pytorch/models/vgg16/pascal_voc/

not
faster-rcnn.pytorch/models/vgg16/pascal_voc/vgg16/pascal_voc/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

twangnh picture twangnh  ·  5Comments

ZhangJiajun1995 picture ZhangJiajun1995  ·  5Comments

gayathrimahalingam picture gayathrimahalingam  ·  3Comments

hiroponnn picture hiroponnn  ·  4Comments

manoja328 picture manoja328  ·  3Comments