roa wrapper for caffe 2
I am trying to create a ROS wrapper for caffe2 script (https://github.com/facebookresearch/Detectron/blob/master/tools/infer_simple.py) But these lines seems to be interfering with the cvbridge command (cvimage = self.bridge.imgmsgtocv2(data, "bgr8"))
from __future__ import unicode_literals
from caffe2.python import workspace
Any leads as to what is going on?
Asked by pnambiar on 2018-07-22 13:59:12 UTC
Comments
What do you mean by that? How are they interfering?
Asked by jayess on 2018-07-22 20:50:37 UTC
@jayess Please refer to this post for the error that I am getting https://answers.ros.org/question/298104/cv_bridgeboost-error/
Asked by pnambiar on 2018-07-22 21:31:45 UTC
So these are basically the same question then, right?
Asked by jayess on 2018-07-22 22:01:51 UTC
yes. I did not word it properly earlier. Any leads will be highly appreciated.
Asked by pnambiar on 2018-07-23 05:15:02 UTC