Skip to content

WINSAC/Mobile-AR-in-Edge-Computing-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Edge-assisted Mobile AR (Python Code for the Edge Server)

Description

We designed and implemented an edge-based mobile AR system to analyze the interactions between AR configurations and the mobile device's energy consumption. The edge server is developed to process received image frames and to send the detection results back to the Mobile AR client. Two major modules are implemented on the edge server: (i) the communication handler which establishes a TCP socket connection with the Mobile AR device and (ii) the analytics handler which performs object detection for the Mobile AR client. The analytics handler is designed based on a custom framework called Darknet with GPU acceleration and runs YOLOv3, a large Convolutional Neural Networks (CNN) model.

Citation

If you use the code in your work please cite our papers!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages