Viking_Hippie@lemmy.world to A Boring Dystopia@lemmy.world · 1 year agoThis AI Watches Millions Of Cars And Tells Cops If You’re Driving Like A Criminal - Lemmy.worldlemmy.worldexternal-linkmessage-square6fedilinkarrow-up136arrow-down10cross-posted to: elp@lemmy.intai.tech
arrow-up136arrow-down1external-linkThis AI Watches Millions Of Cars And Tells Cops If You’re Driving Like A Criminal - Lemmy.worldlemmy.worldViking_Hippie@lemmy.world to A Boring Dystopia@lemmy.world · 1 year agomessage-square6fedilinkcross-posted to: elp@lemmy.intai.tech
minus-squaretaladar@sh.itjust.workslinkfedilinkEnglisharrow-up3·1 year agoI imagine a close approximation of this AI would look something like this fn drives_like_a_criminal(driver: &Driver) -> bool { driver.vehicle == Vehicles::Car || driver.vehicle == Vehicles::Truck || driver.vehicle == Vehicles::Motorcycle }
I imagine a close approximation of this AI would look something like this
fn drives_like_a_criminal(driver: &Driver) -> bool { driver.vehicle == Vehicles::Car || driver.vehicle == Vehicles::Truck || driver.vehicle == Vehicles::Motorcycle }