Convert Matlab labellingSession to VOC Format

Convert a labellingSession from Matlab to a VOC dataset in an XML format
ダウンロード: 174
更新 2020/12/30

# How to do

The entire process is too simple and only need three steps.

## Step 1
Put in the same folder the files below:

- Matlab2VOC.m
- struct2xml.m

## Step 2

On Matlab editor open the script Matlab2VOC.m and set the path to you labellingSession, like the exemple below:

% Load labelingSesssion
load('D:\Python\Power_Grid_Inspection\labelingSessions\Isolador_Pilar_01_09_2018.mat')

## Step 3

Copy the XML files generated to the same folder of your images.

Just that, you are ready to use your new VOC dataset.

Thank you, for your attention.

引用

Regivaldo Carvalho (2024). Convert Matlab labellingSession to VOC Format (https://github.com/RegivaldoCarvalho/Convert-Matlab-labellingSession-to-VOC-Format), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2018a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLarge Files and Big Data についてさらに検索
コミュニティ

Community Treasure Hunt

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

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.2

A better description

1.0.1

A better description

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。