How to convert from structure to table?

조회 수: 28 (최근 30일)
Kev
Kev 2020년 10월 26일
댓글: Kev 2020년 10월 29일
Hi!
Hope everyone is doing well! I am following YOLO example for inferences with my own dataset. I noticed the example had annotations in the format like below in a table format (imagefilename cloumn, and vehicle column).
While the annotations file that I have has a different format and I am struggling to convert to the similar format as above. When I import the json file, it converts the data into stuct, which I am not very familiar with other than looking up Youtube videos, and MATLAB docs.
This is the data from imported json file.
This has multiple categories and each bounding box is split into individual rows. It seems I will have to convert that into a table format for corresponding image. I can have multiple columns for different categories. Any suggestions?
Thanks!

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 10월 26일
You can use struct2table(): https://www.mathworks.com/help/releases/R2020b/matlab/ref/struct2table.html to convert structs to table. This shows how to access data in MATLAB's table: https://www.mathworks.com/help/matlab/matlab_prog/access-data-in-a-table.html
  댓글 수: 5
Ameer Hamza
Ameer Hamza 2020년 10월 29일
Sorry! I wasn't able to respond to this. Glad that you figured it out. You may consider sharing the solution so that it will be helpful for anyone else coming to this page.
Kev
Kev 2020년 10월 29일
sure, I will post the solution once I get the detector working so I know the code can be used in the future.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by