Skip to content

cirobr/PascalVocTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

PascalVocTools.jl

Build Status

Toolset for handling PascalVOC-2012 dataset

Usage

using PascalVocTools

  • voc_download: Download dataset

  • voc_classnumber2classname: Dictionary with class numbers (keys) and names (values)

  • voc_classname2classnumber: Dictionary with class names (keys) and numbers (values)

  • voc_colormap2classnumber: Dictionary with RGB colormaps (keys) and numbers (values)

  • voc_classnumber2colormap

  • voc_rgb2classes(mask::Matrix{RGB{N0f8}}):
    Function that accepts a mask from SegmentationClass folder as input, and outputs an array of same dimension where each pixel is the numeric integer corresponding to the class number

About

Toolset for handling PascalVOC-2012 dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages