aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

Error with build.py file #44

Open sujithaperumal opened 5 years ago

sujithaperumal commented 5 years ago

Hi, I'm using python 3.7 and I still the same issue. Any help would be appreciated. Thanks!

linnlinn commented 5 years ago

build.py doesn't work with python 3. You have to use python 2.7 or otherwise adapt the file to python 3 : you have to modify the print statements, change iteritems to items and replace libraries SimpleHTTPServer and SocketServer by their analogs in python 3. And then pray that everything else works fine.

Moriuks commented 5 years ago

check file #50 ,there might be a way around it