Issue with YOLO4

13 次查看(过去 30 天)
shawin
shawin 2022-7-28
编辑: Walter Roberson 2024-8-14,21:16
Hi,
I tried to run the yolo code , but i get the error below :
'validateInputData' is used in the following examples:
Object Detection Using YOLO v3 Deep Learning
Object Detection Using YOLO v4 Deep Learning
Prune Filters in a Detection Network Using Taylor Scores
Error in yolo4Test (line 45)
validateInputData(trainingData);
Could you help please ?
Iam trying to run the Mathworks code for yolo4 ?
  1 个评论
Jiraphatr
Jiraphatr 2024-8-14,20:11
I am also facing the same problem, has it been solved? I used yolo v4 and already downloaded the "Computer Vision Toolbox Model for YOLO v4 Object Detection" in the add-on section but this error doesn't seem to go.

请先登录,再进行评论。

回答(2 个)

Vivek Akkala
Vivek Akkala 2022-8-4
Hi,
Looking at the error log, I feel the validateInputData function might be missing in the working directory. Make sure you have the validateInputData function in the directory that has the code for YOLO v4.
If you want to use the default defintion for the validateInputData function metioned in the example you can get it from the "Object Detection Using YOLO v4 Deep Learning" example directory.

Ansuman Mahapatra
Ansuman Mahapatra 2023-6-15
编辑:Ansuman Mahapatra 2023-6-15

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by