You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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?
The text was updated successfully, but these errors were encountered: