Sign in

Email address
Password

Forgot your password? Reset password

Don't have an account yet? Sign up

※ Password was previously called "Access key". If you don't have either of them, please "Reset password".

Labelme
DashboardDocumentationPricing
Sign in
  • Installation
  • Install Labelme as App
  • Install Labelme using Pip
  • Install Labelme Toolkit
  • Troubleshoot
  • All released versions
  • Toolkit Docs
  • ai-annotate-rectangles
  • ai-rectangle-to-mask
  • export-to-voc
  • export-to-yolo
  • extract-image
  • import-from-yolo
  • json-to-mask
  • json-to-masks
  • json-to-visualization
  • list-labels
  • print-stats
  • rename-labels
  • resize-image
  • Starter Guide
  • 1. Annotate image with Labelme
  • 2. Open and edit annotated file
  • 3. Load annotated file with Python
  • 4. Export annotated file to PNG
  • 5. Load exported files with Python
  • Dataset Guide
  • 1. Download real dataset
  • 2. Verify dataset visually
  • 3. Verify dataset statistically
  • 4. Additional data collection
  • 5. Export dataset
  • Bonus: PyTorch dataset class

Dataset Guide

You need to be a Pro member to access the full content of this.

  • 1. Download real dataset
  • Download an example dataset
  • Unzip the dataset
  • 2. Verify dataset visually
  • 1. Visualize the JSON files
  • 2. What we can see
  • 3. Refine the annotation
  • 3. Verify dataset statistically
  • 1. Show stats
  • 2. Find overall insights
  • 3. Find insights on each annotated label
  • 4. Find insights on each annotated file
  • 5. Per-file & label stats
  • 4. Additional data collection
  • 1. Compatibility
  • 2. Progressiveness
  • 3. Extendability
  • 5. Export dataset
  • Convert dataset to a common format (masks)
  • Use exported files from Python
  • Bonus: PyTorch dataset class
  • Write PyTorch dataset class
  • Verify the dataset class
  • Train your model