Thursday, August 25, 2022

Tesla AI Day 2021

Self driving car basics, Tesla specific edition. The very basics.

What does a Tesla camera event JSON file look like. When clicking on the camera icon on dashboard, Tesla will record a short clip, and include a JSON event file like this 

{"timestamp":"2021-09-09T20:08:21",
 "city":"San Leandro",
 "est_lat":"37.7189",
 "est_lon":"-122.134",
 "reason":"user_interaction_dashcam_icon_tapped",
 "camera":"0"}

Tesla surely handles big data efficiently. Each clip is hundreds of megabytes. If you want to work at Tesla, it's time to familarize yourself with modern big data concepts. 


How is Tesla used for recruitment Tesla AI Day https://ml.learn-to-code.co/skillView.html?skill=Ro2doSNt63V3SHuFsshZ






In this case a short clip taken while driving is 1.69 GB. It contains content from all the cameras. That file size is impressive! Impressive that's how much data Tesla can potentially process.