Borrar filtros
Borrar filtros

YOLOv2 'ValidationData' error

2 visualizaciones (últimos 30 días)
Vasil Ppov
Vasil Ppov el 8 de Jul. de 2020
Respondida: Miles Brim el 31 de Ag. de 2020
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 comentario
Marco Costanzo
Marco Costanzo el 10 de Jul. de 2020
I have the same problem, any solution?

Iniciar sesión para comentar.

Respuestas (1)

Miles Brim
Miles Brim el 31 de Ag. de 2020
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:

Categorías

Más información sobre Deep Learning for Image Processing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by