フィルターのクリア

Why didn't fasterRCNNLayers implement alternating training?

1 回表示 (過去 30 日間)
지현
지현 2024 年 2 月 8 日
回答済み: Angelo Yeo 2024 年 2 月 17 日
Why didn't fasterRCNNLayers implement alternating training?
I wanted to take a closer look at this layer(fasterRCNNLayers) by entering the following code[deepNetworkDesigner(lgraph)].
However, unlike what is in the paper(Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks), this layer did not implement alternating training.
Why is it not implemented?

採用された回答

Angelo Yeo
Angelo Yeo 2024 年 2 月 17 日
As far as I can understand, you probably have meant "alternating training" as the four steps in the paper, i.e.,
  1. train the RPN, then freeze RPN layers,
  2. train RCNN, then freeze RCNN layers,
  3. train RPN, then freeze RPN layers
  4. train RCNN.
It is implemented in Computer Vision Toolbox! You can do this by changing TrainingMethod to 'four-step' if you change the training method of trainFasterRCNNObjectDetector. See the document for detailed explanation for this option.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by