Error importing pre-trained YOLO into GPUcoder using load command

1 visualización (últimos 30 días)
Alberto Lucchini
Alberto Lucchini el 17 de Oct. de 2019
Comentada: Abhisekh Kumar el 5 de Abr. de 2022
before going into detail:
the big picture, I would like to use YOLOv2 Pretrained network to identify cars (and in the future object) with Kinect v2 stream of data and mix the information given by the box of YOLO with the information given by the point cloud from the Kinect. In principle the software work but it's very slow, to improve the speed I would like to code the function relative to YOLO detection part using a .MEX file that hopefully will increase the speed of the algorithm, up to 5-10 time second
( now, the detection take approx 3 sec with my PC running 750m Nvidia GPU)
specific error, I'm trying to code the function with
a) pretrained = load('yolov2ResNet50VehicleExample_19b.mat'); and i get the following error: Found unsupported function using 'load'
b) trying to call the function giving as input the pre-trained object as above defined it returns the error: Not supported input type
QUESTION
how can I import a YOLO in the function in order to be able to use code generation?
  2 comentarios
Joss Knight
Joss Knight el 1 de Nov. de 2019
Yolov2 requires MATLAB R2019b. Do you have MATLAB R2019b?
Abhisekh Kumar
Abhisekh Kumar el 5 de Abr. de 2022
Hi joss I have malab 2022a it is still showing me an error

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by