php-opencv-examples icon indicating copy to clipboard operation
php-opencv-examples copied to clipboard

unable to get working "detect_objects_by_dnn_mobilenet.php"

Open scramatte opened this issue 3 years ago • 1 comments

Hello,

I'm testing your examples one by one but I mainly interested into detect objects but "detect_objects_by_dnn_mobilenet.php" doesn't returns same value as you show on wiki

I only get the following:

CV\Mat::__set_state(array(
   'type' => 5,
   'rows' => -1,
   'cols' => -1,
   'dims' => 4,
   'shape' => 
  array (
    0 => 1,
    1 => 1,
    2 => 100,
    3 => 7,
  ),
)

What I'm doing wrong?

scramatte avatar May 02 '22 10:05 scramatte

hello. it changes image. check file in results/_detect_objects_by_dnn_mobilenet.png

morozovsk avatar May 02 '22 12:05 morozovsk