Skip to content

Commit

Permalink
COmment runYolo().
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjelonic committed Nov 28, 2017
1 parent 14271ae commit 04864a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darknet_ros/src/YoloObjectDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void YoloObjectDetector::cameraCallback(const sensor_msgs::ImageConstPtr& msg)
}
frameWidth_ = cam_image->image.size().width;
frameHeight_ = cam_image->image.size().height;
runYolo(cam_image->image, msg->header);
//runYolo(cam_image->image, msg->header);
}
return;
}
Expand Down

0 comments on commit 04864a3

Please sign in to comment.