Skip to content

gbass2/Applied-AI-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applied-AI Final Project: Real-Time Detection for Autonomous Vehicles on Low Power Devices

Summary:

This project implemented an autonomous driving object detector using YOLOv7 and the Udacity dataset. The model was converted to Core ML after training and inference was ran on an iPhone 13 Pro.

Included:

Results:

Single Image Inference Single Image Inference

Live Results

Notes:

The app works best when the device is oriented in the landscape position with camera facing to the left. The apps framerate has been limited to 60 fps since the model could no exceed that. The maximum framerate supported from the camera is 240 fps. The resultion is set to 1080p but can be increased to 4k or lowered to 720.

About

Contains a trained YOLOv7 and Core ML model for object detection while driving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages