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

3 ビュー (過去 30 日間)
綜太
綜太 2025 年 7 月 8 日
回答済み: Anjaneyulu Bairi 2025 年 7 月 8 日
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 Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by