Error using trainYOLOv2ObjectDetector
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am getting the following error while using the training command. How do I fix this?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/730769/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/730769/image.jpeg)
0 comentarios
Respuestas (1)
Sanjana
el 29 de Mzo. de 2023
Hi,
Based on the information you provided, the error is occurring due to the input data being passed to the function as a “table” instead of a “datastore”. This is causing an issue in the “copy” function.
To resolve the issue, you will need to convert your tabular data into a “datastore” before passing it to the training function. You can find an example on how to create “datastores” for your data at the following link: https://www.mathworks.com/help/vision/ref/trainyolov2objectdetector.html#mw_4a2cc890-6a93-4e86-a441-e49d8ea58663
Hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Recognition, Object Detection, and Semantic Segmentation 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!