Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Faster RCNN no results

I am trying to run Faster-RCNN Inception v2 model (https://github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API#run-network-in-opencv) in OpenCV 3.4.6 (c++) using object_detection.cpp sample.

Model doesn't work. DetectionOutput layer returns one detection with empty *data.

This is how I run the app (following https://github.com/opencv/opencv/tree/master/samples/dnn)

./Yolo --model=../models/faster_rcnn_inception.pb  --config=../models/faster_rcnn_inception.pbtxt --classes=../models/yolov3.classes --width=300 --height=300 --scale=0.00784 --rgb --mean="127.5 127.5 127.5" --input=video.mp4 --nms 0.01

Faster RCNN no results

I am trying to run Faster-RCNN Inception v2 v2 model (https://github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API#run-network-in-opencv) in OpenCV 3.4.6 (c++) using object_detection.cpp object_detection.cpp sample.

Model doesn't work. DetectionOutput layer returns one detection with empty *data.

This is how I run the app (following https://github.com/opencv/opencv/tree/master/samples/dnn)https://github.com/opencv/opencv/tree/master/samples/dnn#object-detection)

./Yolo --model=../models/faster_rcnn_inception.pb  --config=../models/faster_rcnn_inception.pbtxt --classes=../models/yolov3.classes --width=300 --height=300 --scale=0.00784 --rgb --mean="127.5 127.5 127.5" --input=video.mp4 --nms 0.01

Faster RCNN no results

I am trying to run Faster-RCNN Inception v2 model in OpenCV 3.4.6 (c++) using object_detection.cpp sample.

Model doesn't work. DetectionOutput layer returns one detection with empty *data.

This is how I run the app (following https://github.com/opencv/opencv/tree/master/samples/dnn#object-detection)

./Yolo ./object-detection --model=../models/faster_rcnn_inception.pb  --config=../models/faster_rcnn_inception.pbtxt --classes=../models/yolov3.classes --width=300 --height=300 --scale=0.00784 --rgb --mean="127.5 127.5 127.5" --input=video.mp4 --nms 0.01

Faster RCNN no results

I am trying to run Faster-RCNN Inception v2 model in OpenCV 3.4.6 (c++) using object_detection.cpp sample.

Model doesn't work. DetectionOutput layer returns one detection with empty *data.

This is how I run the app (following https://github.com/opencv/opencv/tree/master/samples/dnn#object-detection)

./object-detection --model=../models/faster_rcnn_inception.pb  --config=../models/faster_rcnn_inception.pbtxt --classes=../models/yolov3.classes --classes=../models/coco.classes --width=300 --height=300 --scale=0.00784 --rgb --mean="127.5 127.5 127.5" --input=video.mp4 --nms 0.01