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

Does DNN Opencv3.3.1 support Faster RCNN that Created by Tensorflow? #10393

Closed
kerolos opened this issue Dec 22, 2017 · 2 comments
Closed

Does DNN Opencv3.3.1 support Faster RCNN that Created by Tensorflow? #10393

kerolos opened this issue Dec 22, 2017 · 2 comments

Comments

@kerolos
Copy link

kerolos commented Dec 22, 2017

System information (version)
  • OpenCV => ❔
  • Operating System / Platform => ❔
  • Compiler => ❔
Detailed description

I tested the ssd_mobilenet in Opencv3.3.1 , Furthermore, i want to use another model such as Faster RCNN (Tensorflow).

My question is, I have to convert the model and wight from Tensorflow to Caffe to be able to use in OpenCV or there is another alternative way to use it (.pbtxt 'conf text graph is not provided in a good format which should be readable in OpenCV )?

The second question about the parameters used in Ssdmobilenet inScaleFactor = 0.007843f, meanVal = 127.5. they are somehow not understandable for me, I will really appreciate if someone can explain those valves and how can be chosen, and it should change from model to another?

@dkurt dkurt added category: dnn category: documentation Documentation fix or update labels Dec 22, 2017
@dkurt
Copy link
Member

dkurt commented Dec 22, 2017

@kerolos, we've implemented Faster-RCNN from Caffe recently. Please see #10306. So it seems to me that we have all necessary layers. I put documentation label for now because it require some guide how to prepare a text representation of TensorFlow graph. Raw serialized object detection models from TensorFlow usually is too mush complicated for parsing.

@dkurt
Copy link
Member

dkurt commented Apr 10, 2018

@kerolos, We've opened a PR #11255 with a new script to import Faster-RCNN networks from TensorFlow Object Detection API. Work is still in progress but you can test it and get a feedback! Thank you!

@dkurt dkurt closed this as completed Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants