Skip to content
forked from commaai/comma10k

10k crowdsourced images for training segnets

License

Notifications You must be signed in to change notification settings

csouers/comma10k

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comma10k

We are releasing the first 1,000 images of our internal comma10k dataset. After we clean up these labels, we'll release more. Learn more from the Medium post, or on the comma.ai discord in the #comma-pencil channel.

Alt

It's 1,000 pngs of real driving captured from the comma fleet. It's MIT license, no academic only restrictions or anything. It also includes our internal segnet's guess at category.

Run

./viewer.py
to see them with segnet overlay.

Directories

 imgs/  -- The png image files
 masks/ -- PNG segmentation masks (update these!)
 segs/  -- The outputs in probablity from our internal segnet (unreleased, too big)

Categories of internal segnet

 0 - #ffffff - empty
 1 -         - sky (deprecated, now undrivable)
 2 - #402020 - road (all parts, including shoulders, don't include private driveways but include public)
 3 - #ff0000 - lane markings (don't include non lane markings like turn arrows and crosswalks)
 4 - #808060 - undrivable
 5 - #00ff66 - movable (split into vehicles and people/animals?, actually don't)
 6 -         - signs and traffic lights (deprecated, now undrivable)
 7 - #cc00ff - my car (and anything inside it, including wires, mounts, etc...)

How can I help?

Start labelling!

Useful label tools:

  • The included comma pencil tool
  • An external image manipulation tool such as GIMP (Free) or Adobe Photoshop (Paid)
  1. Fork this repository to your account using the "Fork" button in the top right
  2. Clone your fork, and use your labelling tool of choice to label some images
  3. Open a pull request to the official repository to submit your changes!

Using the built-in label tool (only works with MacOS/Linux)

pip install Flask
./label.sh

Then open a browser window to https://localhost:5000/

About

10k crowdsourced images for training segnets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.7%
  • JavaScript 27.1%
  • HTML 25.4%
  • Shell 6.6%
  • CSS 6.2%