Convert Matlab labellingSession to VOC Format

Convert a labellingSession from Matlab to a VOC dataset in an XML format
176 Downloads
Updated 30 Dec 2020

# 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.

Cite As

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

MATLAB Release Compatibility
Created with R2018a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Large Files and Big Data in Help Center and MATLAB Answers
Communities

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.2

A better description

1.0.1

A better description

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.