-
Notifications
You must be signed in to change notification settings - Fork 154
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
how to use the pre-trained model? #4
Comments
You can run |
oh, I know. I can change my images into the FDDB format, then test it. Thank you very much ! |
Hi, I don't know how to fix it. Could you help me ? Thanks again! |
Mostly likely the image reading failed. You might want to check the path of your input images. |
I fixed it~ I build a wrong input path. Thank you ! |
Hi playerkk,
I'm new to the face detection with faster-rcnn, here is my question:
I have downloaded your pre-trained model "vgg16-faster-rcnn-iter-80000.caffemodel", but I don't know how to use it to test my own images. In the py-faster-rcnn, I can use the demo.py to test my images, but in your project, I don't know how to change it. Could you help me?
Thank you in advance.
The text was updated successfully, but these errors were encountered: