Converting .mat to .json

117 vues (au cours des 30 derniers jours)
N. Hosseini
N. Hosseini le 4 Mar 2019
Modifié(e) : cui,xingxing le 26 Août 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?

Réponses (2)

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

Connectez-vous pour commenter.


cui,xingxing
cui,xingxing le 26 Août 2021
Modifié(e) : cui,xingxing le 26 Août 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