Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when use the ZF model, not the VGG16. The error happens #14

Open
315386775 opened this issue May 31, 2017 · 0 comments
Open

when use the ZF model, not the VGG16. The error happens #14

315386775 opened this issue May 31, 2017 · 0 comments

Comments

@315386775
Copy link

I have used the code to train my own model. But there is a error about log.
when you train your own model, the final output is: (Wrote snapshot to:xxx).
But the py-faster-rcnn the output is : done solving.
The difference result to the error in test phase.
The code:

  • ./tools/test_net.py --gpu --gpu 0,1,2,3 --def models/pascal_voc/VGG16/faster_rcnn_end2end/test.prototxt --net --imdb voc_2007_test --cfg experiments/cfgs/faster_rcnn_end2end.yml
    imagenet_train
    <function at 0x7f69d313e2a8>
    imagenet_val
    <function at 0x7f69d313e320>
    usage: test_net.py [-h] [--gpu GPU_ID] [--def PROTOTXT] [--net CAFFEMODEL]
    [--cfg CFG_FILE] [--wait WAIT] [--imdb IMDB_NAME] [--comp]
    [--set ...] [--vis] [--num_dets MAX_PER_IMAGE]
    [--rpn_file RPN_FILE]
    test_net.py: error: argument --gpu: expected one argument

You can see in the : --net , expected one argument.
Can anyone solve it?

@315386775 315386775 changed the title The log error when use the ZF model, not the VGG16. The error happens May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant