├── README.md ├── ss.png └── videos ├── video_1.hevc ├── video_2.hevc ├── video_3.hevc └── video_4.hevc /README.md: -------------------------------------------------------------------------------- 1 | The comma.ai Driver Monitoring Challenge! 2 | ====== 3 | 4 | We have released 4 one minute long videos of people driving cars in the videos/ folder. 5 | 6 | 7 | 8 | They were recorded with an EON Dashcam DevKit 9 | 10 | Background 11 | ----- 12 | 13 | We believe driver monitoring is one of the keys to safely ramping up to full self driving cars. 14 | 15 | We wrote a lot more on our medium 16 | 17 | 18 | Challenge 19 | ----- 20 | 21 | Your goal: 22 | - Track their face 23 | - Then, track their eyes 24 | - Then, if you are bored, track their emotional state 25 | 26 | Annotate your tracking nicely on the video and do a writeup with pictures. 27 | 28 | Hiring 29 | ----- 30 | 31 | Feel free to fork this and just show off your solution on your GitHub. Or, when done, apply for a job here at givemeajob@comma.ai 32 | 33 | We are hiring a full time "Driving Monitoring Engineer" to come join us in our lovely SF office, and when you apply, we'll ask that you complete this challenge. 34 | 35 | Other Challenge 36 | ----- 37 | 38 | If you are looking for a harder non-subjective challenge, try the speed prediction challenge 39 | 40 | Goal is to predict the speed of the car from video. Train and test set included. 41 | 42 | Twitter 43 | ------ 44 | 45 | Follow us! 46 | 47 | -------------------------------------------------------------------------------- /ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/commaai/monitoring/9c00031ce5dcbc7e7988889a01faaf89894bd4de/ss.png -------------------------------------------------------------------------------- /videos/video_1.hevc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/commaai/monitoring/9c00031ce5dcbc7e7988889a01faaf89894bd4de/videos/video_1.hevc -------------------------------------------------------------------------------- /videos/video_2.hevc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/commaai/monitoring/9c00031ce5dcbc7e7988889a01faaf89894bd4de/videos/video_2.hevc -------------------------------------------------------------------------------- /videos/video_3.hevc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/commaai/monitoring/9c00031ce5dcbc7e7988889a01faaf89894bd4de/videos/video_3.hevc -------------------------------------------------------------------------------- /videos/video_4.hevc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/commaai/monitoring/9c00031ce5dcbc7e7988889a01faaf89894bd4de/videos/video_4.hevc --------------------------------------------------------------------------------