Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there possible to train own data-set in Tensor-flow and then detect bounding boxes objects in OpenCV?

I am trying to train my own dataset (e.g: dog, cat) using Tensorflow and then using OpenCV for to detect those objects in bounding boxes, I have trained the dataset by using this tutorial, but I am not able to use the trained model in OpenCV. But when I am using the command line, it is working well, but the problem is it just says that this Cat or Dog, and not say quantity and the position in the image.

click to hide/show revision 2
retagged

Is there possible to train own data-set in Tensor-flow and then detect bounding boxes objects in OpenCV?

I am trying to train my own dataset (e.g: dog, cat) using Tensorflow and then using OpenCV for to detect those objects in bounding boxes, I have trained the dataset by using this tutorial, but I am not able to use the trained model in OpenCV. But when I am using the command line, it is working well, but the problem is it just says that this Cat or Dog, and not say quantity and the position in the image.