roa wrapper for caffe 2

asked 2018-07-22 13:59:12 -0500

pnambiar gravatar image

I am trying to create a ROS wrapper for caffe2 script ( https://github.com/facebookresearch/D... ) But these lines seems to be interfering with the cv_bridge command (cv_image = self.bridge.imgmsg_to_cv2(data, "bgr8"))

from __future__ import unicode_literals

from caffe2.python import workspace

Any leads as to what is going on?

edit retag flag offensive close merge delete

Comments

But these lines seems to be interfering with the cv_bridge command

What do you mean by that? How are they interfering?

jayess gravatar image jayess  ( 2018-07-22 20:50:37 -0500 )edit

@jayess Please refer to this post for the error that I am getting https://answers.ros.org/question/2981...

pnambiar gravatar image pnambiar  ( 2018-07-22 21:31:45 -0500 )edit

So these are basically the same question then, right?

jayess gravatar image jayess  ( 2018-07-22 22:01:51 -0500 )edit

yes. I did not word it properly earlier. Any leads will be highly appreciated.

pnambiar gravatar image pnambiar  ( 2018-07-23 05:15:02 -0500 )edit