What was there? An algorithm for full self-driving object detection.
June 12th, 2018First, let me start by saying I am a graduate in Computer Science and have been a PHP/MySQL developer for 12 years. I have not read or researched self-driving algorithms before. This algorithm is just an idea of how I would approach the problem of detecting objects of concern in a scene. In development, we use version control systems. These systems generally depend on one command very heavily: diff The diff of a file outputs all the changes to the file highlighting lines removed and lines added. What you would need are 2 data sets to compare:
- A snapshot of all objects in the scene from history
- A snapshot of all objects in the scene in real-time
$ObjectsOfConcern = S[lat,lng,elev] diff A[lat,lng,elev] | grep '>'
Posted In:
ABOUT THE AUTHOR:I am TSLA Long. Model 3 Owner. Brother of a Model 3 owner. Son of a Model S owner. I have reservations for Slate Roof and Cybertruck. I am a Tesla speculator and fanboy. I am not a financial advisor. Investing in anything comes with inherent risk.