php-opencv/php-opencv-examples

unable to get working "detect_objects_by_dnn_mobilenet.php"

scramatte opened this issue · 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?

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