Convert Matlab labellingSession to VOC Format
# 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
Platform Compatibility
Windows macOS LinuxCategories
Tags
Communities
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
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 |
|