Converting dataset from Pascal VOC format into matlab format ?
5 ビュー (過去 30 日間)
古いコメントを表示
I have a custom data set labeled in Pascal VOC format. I want to convert the data set into Matlab format.
0 件のコメント
回答 (1 件)
Shraddha Jain
2021 年 6 月 18 日
Hi Fathi,
As per my understanding, Pascal Visual Object Classes (VOC) is essentially an XML file. As of now, there is no function available in MATLAB which reads a dataset given in Pascal VOC format.
As a workaround, you may utilize the method xmlread in MATLAB to read an XML file into a MATLAB Structure Array.
Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Text Analytics Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!