Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
205 views
in Technique[技术] by (71.8m points)

amazon ec2 - How can I use EC2 instance for real time inference?

I want to be able to run deep learning model on EC2 server with webcam as input real time.The entire process is described in following steps:

  1. Get webcam feed
  2. Transfer frames to EC2 instance
  3. Run inference of a deep learning model(An alpha matting model) and get the output
  4. Transfer the output back to client(local machine with webcam) and display

This process should ideally be almost real-time with minimal lag. The model runs around 20fps.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
...