0% found this document useful (0 votes)
43 views

Object Detection

This document describes the training process for an object detection AI model. It outlines the steps for data ingestion, model training, object detection and tracking in video frames. The process begins with raw video input which is transformed and fed to a trained YOLO model to detect objects and draw bounding boxes. The AI processed output frames are then sent to cloud storage.

Uploaded by

ATISHAY GWARI
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Object Detection

This document describes the training process for an object detection AI model. It outlines the steps for data ingestion, model training, object detection and tracking in video frames. The process begins with raw video input which is transformed and fed to a trained YOLO model to detect objects and draw bounding boxes. The AI processed output frames are then sent to cloud storage.

Uploaded by

ATISHAY GWARI
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Document For AI Training Models

Object Detection
March - 2021

Created By
Rocketflyer Technology Private Limited

Strictly Private & Confidential | All rights are reserved by Rocket Flyer Technology Pvt. Ltd.
Agenda
This document has been prepared to describe the core practices which have been followed during the training process of AI (Artificial Intelligence) Model -
Object Detection. The document also contains information of architecture used and the overall process flow. The document is capable to provide following
informations-

- Steps for training procedure


- Detection & Tracking
- Input vs Output

Strictly Private & Confidential | All rights are reserved by Rocket Flyer Technology Pvt. Ltd.
Process Flow - High Level Technical Flow of Branch

Video Ingestion to AI
•Load YOLO Model
Region of Interest
Raw Input Video Video Transformation
Trained AI Model •Detect Object according to ROI
Source Services •Get Box Dimensions
Converted frames •Draw Label

AI Processed Output Frame

UI Stream Frames AI Prediction


Processed Output
Frame

Business Inference
Engine

AWS S3
Save Video During Upload To Cloud
Centralized Monitoring Trigger Inferences
inference Occurrence Storage
System

Return URL

Strictly Private & Confidential | All rights are reserved by Rocket Flyer Technology Pvt. Ltd.
Process

1 Taking an initial set of object detections (such as an input set of bounding box coordinates)

2 Creating a unique ID for each of the initial detections

3 Tracking each of the objects as they move around frames in a video, maintaining the assignment of unique IDs

Strictly Private & Confidential | All rights are reserved by Rocket Flyer Technology Pvt. Ltd.
Algorithm

● This project aims to detect movement, and identify objects in a video feed. These algorithms can be applied to
both live streams and previously recorded video.

● We are counting objects in a frame and determine and track their precise locations, all while accurately labeling
them.

Strictly Private & Confidential | All rights are reserved by Rocket Flyer Technology Pvt. Ltd.
Input vs Output

Car

Input Output

Strictly Private & Confidential | All rights are reserved by Rocket Flyer Technology Pvt. Ltd.
Thank You!
We love solving Engineering and Business problems.If you have a use case in mind which our platform doesn’t cater at present. We would try whatever it takes to
accommodate the suggested feature in our product plan.

Do write us back to us with your feedback, suggestions, queries and custom requirements
Reach out to our Product Engineering Team at [email protected]

Strictly Private & Confidential | All rights are reserved by Rocket Flyer Technology Pvt. Ltd.

You might also like