Skip to content

lambaek/comma10k

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comma10k

In honor of the comma.ai hackathon, which starts today (2/28/2020), we are releasing the first 1,000 images of our internal comma10k dataset. After we clean up these labels, we'll release more.

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)
 3 - #ff0000 - lane markings (drivable, right now includes some non lane markings, remove these!)
 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)

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 http://localhost:5000/

About

10k images for training segnets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 33.7%
  • JavaScript 27.5%
  • HTML 25.8%
  • Shell 6.7%
  • CSS 6.3%