Converting dataset from Pascal VOC format into matlab format ?
조회 수: 2 (최근 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!