Giovanni Bruno

Results 37 comments of Giovanni Bruno

Hi Thomas, could be [this](https://github.com/gbr1/ros_openvino/issues/5#issuecomment-649599971) issue related?

@Thomas-Merlet I think that the best way to preceed is to create a new node, called yolo3 to improve the performance

@ajtudela @Thomas-Merlet , probably in August I will have free time to work on it. I would also rearrange sources file creating some common interfaces/libraries. N.B. If you are using...

@ajtudela I used only mobilenet-ssd. With only 2d analysis I reach about 30fps on 800x600, if I remeber correctly. Obviously if you have a good cpu, it will be better....

@Thomas-Merlet uhm, probably you need to ask on OpenVINO forum. My package runs only on VPU (or GPU) so you can be sure that it isn't running on CPU. Note:...

Hi, nothing is shown here, pls can you re-add your image?

If you are using newer version of openvino in despite of 2019, check the branch https://github.com/gbr1/ros_openvino/tree/new_core_api

If I remember right, ncDeviceopen is for NCS2, so probably it cannot find it. If you want to use cpu you may need some code modifications

It should work! Let's give a try: - check if you sourced openvino - check if you installed correctly ncs2 and udev rules - check if everything works using examples...

It seems releated to the size of the image, check here: [learnopencv alexnet](https://www.learnopencv.com/understanding-alexnet/#:~:text=The%20input%20to%20AlexNet%20is,of%20size%20256%C3%97256.)