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