필터 지우기
필터 지우기

YOLOv2 'ValidationData' error

조회 수: 2 (최근 30일)
Vasil Ppov
Vasil Ppov 2020년 7월 8일
답변: Miles Brim 2020년 8월 31일
Hello!
However each time i see the error:
Error using trainingOptions (line 285)
The value of 'ValidationData' is invalid. The datastore used for 'ValidationData' must return a 2-column table or an
M-by-2 cell array.
Error in YOLOv3 (line 97)
options = trainingOptions('sgdm',...
Could you give me an advice how to solve the problem? The source is the same as the example...
  댓글 수: 1
Marco Costanzo
Marco Costanzo 2020년 7월 10일
I have the same problem, any solution?

댓글을 달려면 로그인하십시오.

답변 (1개)

Miles Brim
Miles Brim 2020년 8월 31일
I reached out to MATLAB and got the following response. I had the same error and this resolved it.
It appears that the issue you are encountering is due to changes that have been made to the Computer Vision Toolbox between R2019b and R2020a.
The 'Object Detection Using YOLO v2 Deep Learning' site that you included a link to in the original case description is specific to R2020a. The R2019b version can be found here:
There are quite a few lines of code that differ between the two versions, so I would recommend creating a new script file and copying the entirety of the R2019b example code.
In general, to ensure that you are using an example or function that is compatible with your current version of MATLAB, you can search for the example or function in your version’s archived documentation, found here:

카테고리

Help CenterFile Exchange에서 Deep Learning for Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by