Gernby / comma10k

10k images for training segnets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
 segz/ -- The outputs in argmax from our internal segnet
 segs/ -- The outputs in probablity from our internal segnet (unreleased, too big)

Categories of internal segnet

 0 - empty
 1 - sky
 2 - road
 3 - road marks (drivable, split into lanes and non lane markings)
 4 - undrivable
 5 - movable (split into vehicles and people/animals?)
 6 - signs and traffic lights (add cones?, add toll booth bar?)
 7 - my car

The Idea

We want to add a data labeller in this repo, such that people can fix the committed labels and submit a pull request for the new ones. Fun hackathon projects abound!

About

10k images for training segnets

License:MIT License


Languages

Language:Python 100.0%