Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous...

14
Perception

Transcript of Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous...

Page 1: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Perception

Page 2: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

The Team - Aerospace

Abhishek Bhattacharya

(lead)

Jake CanDanish Vaid(scribe)

Sai SrimatBen Patient

Page 3: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

The ProjectAutomatic Image + Video Object Detection and Tracking

Image Video

Page 4: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

× Input:

× Output:

× Action:

Specifications

Target Image, Video Recording

Streamed bounding box location and size. Processed Video

Finds desired object in video and tracks it

Page 5: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

System Architecture

Page 6: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

User Flow

Page 7: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Web Interface

HTML/CSS/JS

× To build out the web page user interface

× Minimalistic design

× Dynamic handling of changes in the Document Object Model (DOM)

DropzoneJS/Ajax

× Adds user upload functionality

× Allows for asynchronous webpage loading

× JS server side event (listening)

Flask

× Python web microframework

× Allows for asynchronous webpage loading

× JS server side event (processing)

Page 8: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Server Side

Flask

× User Token Generation

× JS server side event (processing)

× Video Streaming HTML5

Celery/RabbitMQ

× Asynchronous task handling

× Process multiple user requests efficiently

× Broker message passing/storage

YOLO/OpenCV

× Fast Convolutional Neural Network based object recognition module

× Image + Video processing in one step

× OpenCV + CUDA for GPU speed up

Page 9: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Deep Learning with YOLO

Page 10: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Deep Learning with YOLO

Page 11: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Demo

Bird

Bird

Bird

Bird

Bird

Page 13: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Future Plans

× Specificity in Object Detection

× Siamese Neural Network

× Live Video Stream Processing

Page 14: Perception - UCSB · 2017. 12. 8. · Flask × Python web microframework × Allows for asynchronous webpage loading × JS server side event (processing) Server Side Flask × User

Thank You