フィルターのクリア

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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by