Skip to content

Commit 023e3aa

Browse files
author
prathamsss
committed
FIX: Docker
1 parent 3f9eb2f commit 023e3aa

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu
2-
# FROM python:3.9
2+
FROM python:3.9
33

44
LABEL MAINTAINER "pratham.sardeshmukh@gmail.com"
55

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# Video Analytics Using AWS Rekognition API
21

3-
### Installation:
4-
5-
pip install -r requirements.txt
2+
# Video Analytics Pipeline - Serving Multiple models Together
3+
4+
Hey Thanks for giving me this oppotunity for test at Xihlem Robotics.
5+
Here I have presented sample of my recent python project.
6+
7+
AIM : Motivation to develop this system was to do video analytics on any
8+
Objective:
9+
1.
10+
2. Objective of this project is to have a system where Video Analytics can done in the cloud via streamming video from any source to cloud. In this Video analytics pipeline
11+
there are multiple models such as Face detection, object detection, static person detection working toghther in parallel, inference is done in parallel.
12+
613

714
Va module costumes frames using AWS KVS => Applies detection algorithms on frames => pumps output into KDS Consumer
815
Hence, it has for following features:

docker cmds.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
1. Build KVS Locally:
22
2. Then launch.
33

4-
export
4+
export GST_PLUGIN_PATH=/opt/amazon-kinesis-video-streams-producer-sdk-cpp/build export LD_LIBRARY_PATH=/opt/amazon-kinesis-video-streams-producer-sdk-cpp/open-source/local/lib
5+
56
gst-launch-1.0 v4l2src do-timestamp=TRUE device=/dev/video0 ! videoconvert ! video/x-raw,format=I420,width=640,height=480,framerate=30/1 ! x264enc bframes=0 key-int-max=45 bitrate=500 ! video/x-h264,stream-format=avc,alignment=au,profile=baseline ! kvssink stream-name="testapp" storage-size=512 access-key="AKIAU7NAZHMYB6H2VJ7S" secret-key="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" aws-region="us-west-2"

0 commit comments

Comments
 (0)