필터 지우기
필터 지우기

trainYOLOv​​2ObjectDe​t​ector validation option

조회 수: 1 (최근 30일)
Andrea Daou
Andrea Daou 2022년 5월 23일
답변: T.Nikhil kumar 2024년 4월 17일
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.

답변 (1개)

T.Nikhil kumar
T.Nikhil kumar 2024년 4월 17일
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.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by