Help reformatting table for a Faster RCNN

1 回表示 (過去 30 日間)
Audrey Easton
Audrey Easton 2017 年 5 月 25 日
コメント済み: Audrey Easton 2017 年 5 月 25 日
I previously asked a question about an error I was getting for a modified version of the Faster RCNN tutorial (https://www.mathworks.com/matlabcentral/answers/337502-error-executing-ap-recall-precision-evaluatedetectionprecision-results-expectedresults). From those answers it seems that I have an issue with one of the tables it created being formatted incorrectly.
This seems to be the correct format for the table:https://www.mathworks.com/help/vision/ref/evaluatedetectionprecision.html?searchHighlight=evaluateDetectionPrecision&s_tid=doc_srchtitle#inputarg_groundTruthTable
Where as my table is in the format attached below.
It looks like my table is created with each column containing cells instead of a double. I have tried the cell2mat function but it gives this error: Error using cell2mat (line 42) You cannot subscript a table using linear indexing (one subscript) or multidimensional indexing (three or more subscripts). Use a row subscript and a variable subscript.
Thank you for your help!

採用された回答

Sean de Wolski
Sean de Wolski 2017 年 5 月 25 日
HeadOnly.Head = num2cell(HeadOnly.Head,2)
I think.
  1 件のコメント
Audrey Easton
Audrey Easton 2017 年 5 月 25 日
It worked! Thank you so much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResampling Techniques についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by