Error importing pre-trained YOLO into GPUcoder using load command
이전 댓글 표시
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
Joss Knight
2019년 11월 1일
Yolov2 requires MATLAB R2019b. Do you have MATLAB R2019b?
Abhisekh Kumar
2022년 4월 5일
Hi joss I have malab 2022a it is still showing me an error
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Kinect For Windows Sensor에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!