trainYOLOv​​2ObjectDe​t​ector validation option

2 visualizaciones (últimos 30 días)
Andrea Daou
Andrea Daou el 23 de Mayo de 2022
Respondida: T.Nikhil kumar el 17 de Abr. de 2024 a las 11:01
Hello,
I am training a yolov2 model for object detection. Is there any way to validate the model with validation data ?
I am using MATLAB R2019a.
Thank you for your help.

Respuestas (1)

T.Nikhil kumar
T.Nikhil kumar el 17 de Abr. de 2024 a las 11:01
Hello Andrea,
I assume that you’re looking to specify validation data to validate the network at regular intervals during training.
In MATLAB R2019a, the ‘trainYOLOv2ObjectDetector’ doesn't support validation data in training options i.e. you cannot specify validation data while creating the options object using ‘trainingOptions’ function, for training the network. Refer to this documentation where details about unsupported options in MATLAB R2019a is mentioned.
Validation Data in training options is supported in MATLAB R2020b and further releases. I suggest you to update to latest version of MATLAB to use this functionality.
Here is the documentation of the options supported by ‘trainYOLOV2ObjectDetector’ in MATLAB R2024a – options.

Categorías

Más información sobre Deep Learning Toolbox 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