how to inference with my own trained model not "demo.py" #2962
Unanswered
Ashinhuang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear,
how to use my own model for inference, not the "demo.py":
I try this, but it is wrong:
python train.py --config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml
--input input1.jpg --output outpath.png --opts MODEL.WEIGHTS my_model_final.pth
can you tell me the command about how to inference with my own trained model?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions