Skip to content

pateldigant/SemanticAnnotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Sementic Annotator

This is a python script to be used with VGG image annotator in order to generate masks(ground truth) for sementic segmentation.A good article on Sementic annotator can be found here Sementic Annotator

Dependencies

  • pandas
  • cv2
  • numpy

Usage

  • Annotate multiple images with VGG image annotator. Give attriibute names while annotating to differentiate classes.
  • Download the annotation as csv file.
  • Place the input image and csv files in the same directory
  • run the python script as python SementicAnnotator.py input_dir/csvfile.csv output_dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages