Skip to content
Advertisement

Tag: yolov4

OpenVINO API 2.0 output tensor cannot convert to image

This is the follow-up question from here. I try to use YOLOv4 model to do the inference with OpenVINO API 2.0. Afterwards, I want to convert the output_tensor to image. I have referenced Single Image Super Resolution and Super Resolution with PaddleGAN on OpenVINO docs but in vain. And I also try to use Image.fromarray to convert it. The error

Advertisement