Converting .mat to .json

141 Ansichten (letzte 30 Tage)
N. Hosseini
N. Hosseini am 4 Mär. 2019
Bearbeitet: cui,xingxing am 26 Aug. 2021
Hithanks
I have a .mat file which is used for annotating dataset. I want to convert it into .json file.
I'm not familiar to MATLAB an even doesn't have MATLAB installed.
my question is how to do that in MATLAB or python?

Antworten (2)

Walter Roberson
Walter Roberson am 4 Mär. 2019
You can load() the .mat file, and pull out the variable you need, and use jsonencode()
  2 Kommentare
N. Hosseini
N. Hosseini am 9 Mär. 2019
Thank you for your response
shubham Kumar
shubham Kumar am 10 Jul. 2019
how can we save the .json file after creating the .json format?

Melden Sie sich an, um zu kommentieren.


cui,xingxing
cui,xingxing am 26 Aug. 2021
Bearbeitet: cui,xingxing am 26 Aug. 2021
Import images and COCO annotation json file to Matlab, refer to cocoAPI-matlab

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by