A Simple and Flexible Pytorch Video Pipeline

By paulbridger - 2020-09-23

Description

Taking machine learning models into production for video analytics doesn’t have to be hard. A pipeline with reasonable efficiency can be created very quickly just by plugging together the right librar ...

Summary

  • September 23, 2020 Taking machine learning models into production for video analytics doesn’t have to be hard.
  • Worthwhile throughput improvements are possible with a little effort.
  • so we can understand what’s happening end to end.
  • $ make frames_into_python.pipeline.png As you can see from the Gst.parse_launch call the constructed pipeline is even simpler than the CLI version since we don’t bother with the progressreport element.

 

Topics

  1. Backend (0.32)
  2. Machine_Learning (0.12)
  3. NLP (0.04)

Similar Articles

MartinoMensio/spacy-dbpedia-spotlight

By GitHub - 2021-02-14

A spaCy wrapper for DBpedia Spotlight. Contribute to MartinoMensio/spacy-dbpedia-spotlight development by creating an account on GitHub.

How to build a fraud detection solution

By Google Cloud Blog - 2021-03-03

In collaboration with our partner Quantiphi, we developed a smart analytics design pattern that enables you to build a scalable real-time fraud detection solution in one hour using serverless, no-ops ...