Month: October 2020

Practical Aspects of Real-Time Video Pipelines
Practical Aspects of Real-Time Video Pipelines

Video is an extremely popular way to represent information. Indeed, sometimes it is enough to watch a short clip instead of long listening or reading about complicated technical concepts. From a user’s point of view, a video is just a sequence of images followed one-by-one with a very short inter-frame interval. Typically it has around 30 frames per second (FPS). However, many things are left inside the box.

Computer Vision for Faces Meetup
Computer Vision for Faces Meetup

Long time no meetup, right? We’re fixing it with our joint online event with Sigma Software University on October 28 😉 Computer vision for faces… One of our favorite topics! Today, almost every image and video contain faces (thank you, selfies!), and computer vision and deep learning algorithms become a common thing in face processing.

Embedded and Single-Board Computer Vision: Running Deep Neural Nets
Embedded and Single-Board Computer Vision: Running Deep Neural Nets

Deep learning (DL) and neural networks are extremely widespread in different computer vision (CV) applications. Indeed, many typical problems (like object recognition or semantic segmentation) are effectively solved by convolutional neural networks (CNNs). In this article, we are going to discuss how to utilize CNNs on embedded devices. Neural networks today are ubiquitous. In particular, it is hard to imagine computer vision without them.