Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.7 KB

live_tracking_streaming

Enjoy Live Tracking in Web Application!

Just click 'Start Tracking' and then magic happens.

live_track

AI will follow you, tracking your movement!

You can check detailed process and info about live tracking at

Devocean post1(Live tracking: as vividly as you are at Qatar Stadium! - WebRTC for ultra-low latency streaming)

Devocean post2(Live Tracking project achievements)

Devocean post3(Live Tracking project plan)

Software Diagram

소프트웨어 다이어그램

Demo

Demo Video1 Demo Video2

Installation

  1. npm install
  2. python server.py in server folder.
  3. npm start in src folder.
  4. Check out your video live-streaming in https:127.0.0.1:8080 !!

If you wanna check out live-tracking in local environment without web-streaming, run the code below.

https://github.com/SKT-AI-FELLOWSHIP-LIVE-TRACKING/live_tracking (written by kim-minsol)