How can I convert a file for object detection annotated in MATLAB into a json file?

3 次查看(过去 30 天)
How can I convert a file for object detection annotated in MATLAB into a json file?
After converting it, I want to use it for training in Python.

回答(1 个)

Anjaneyulu Bairi
Anjaneyulu Bairi 2025-7-8
Hey,
You can load() the .mat file, and pull out the variable you need, and use jsonencode().

类别

Help CenterFile Exchange 中查找有关 Call Python from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by