Except it doesn't work where it refuses to work and the cars don't actually send back any meaningful amount of data (unless you want to train your model on lossy compression algorithms).
You'd need a storage rack in your frunk to record any amount of raw sensor data. That's before you consider their production AP hardware doesn't have cycles to spare to do any of that recording.
> the cars don't actually send back any meaningful amount of data
Source?
> You'd need a storage rack in your frunk to record any amount of raw sensor data. That's before you consider their production AP hardware doesn't have cycles to spare to do any of that recording.
I have no idea on what you base your claims, but without more information it is hard to figure out what you have in mind...
Do the math. 7 cameras at 1280x960 with 16 bpp at maybe an average 30 FPS and you're talking 500 MiB/s of just raw image data you would need to record. Where is it going? Not on any sort of storage and not over the wire to Tesla, that is clear.
What curious people have found is that the car just sends a basic disengage report with maybe 10s of h264 video or spaced far apart raw images from the cameras.
Who the hell stores or sends raw image data? The training data that's used for offline training of the vision neural nets is probably all h264 encoded anyway.
You don't (always) need full resolution with 30 fps raw frames for training your model though. If you are looking for missing exit, stopping at a traffic light, etc. you need front facing camera (so 3) and a few raw frames (and the sensor is 12 bits not 16). One frame is 1.8MB raw, but if you train on YUV images, this would be even smaller.
With a 200MB buffer in memory, you can keep 100 frames at any time (and you have 8GB local storage for storing while waiting to upload)
You said "any meaningful amount of data", I guess this is subjective!
Something that hasn’t been true for some time. Some nights my Model 3 will upload 4-5G of data. What do you think that data is Einstein? My Easter egg game high scores?
You'd need a storage rack in your frunk to record any amount of raw sensor data. That's before you consider their production AP hardware doesn't have cycles to spare to do any of that recording.