Home
Life Zero Blog
Cancel

Computer Vision Fundamental - [Part 2]

Chapter 2 - Representing a Moving Scene Origins of 3D Reconstruction 3D reconstruction is a classical ill-posed problem, as its solutions are not unique (most extreme example: imagine a photograph...

Computer Vision Fundamental - [Part 1]

These notes are lecture notes on the Computer Vision II - Multiple View Geometry course held in the summer term 2021 by Prof. Daniel Cremers/Prof. Florian Bernard. Ref Chapter 1 - Mathematical Ba...

Learning How to learn -summary

Focused versus Diffuse Thinking Metaphors provide powerful techniques for learning Focused and diffuse modes (relax, let your mind flow in diffuse mode, then think in focused) Learning some...

Learn LaTEX - [Part 2]

Basic Formatting We will now look at how to write abstracts, as well as how to format a LATEX document into different chapters, sections and paragraphs. Abstracts In scientific documents it’s a ...

Learn LaTEX - [Part 1]

In this guide, we hope to give you your first introduction to LaTEX. The guide does not require you to have any prior knowledge of LaTEX, but by the time you are finished, you will have written you...

Setup FTP Server with VSFTPD on Ubuntu 20.04

FTP (File Transfer Protocol) is a standard network protocol used to transfer files to and from a remote network. There are several open-source FTP servers available for Linux. The most known and wi...

NVDLA Primer

Abstract The majority of compute effort for Deep Learning inference is based on mathematical operations that can mostly be grouped into four parts: convolutions; activations; pooling; and normaliz...

Qt Framework - Qt Quick Scene Graph

The Scene Graph in Qt Quick Qt Quick 2 makes use of a dedicated scene graph that is then traversed and rendered via a graphics API such as OpenGL ES, OpenGL, Vulkan, Metal, or Direct 3D. Using a s...

DevOps - The Future of DevOps

When discussing DevOps future and the road map that the technology is following, industry savants tend to concentrate on the bleeding edge, which comprises new technologies, management styles, and ...

DevOps - Signs of Dysfunctional Processes in DevOps

The DevOps team is understood to be very vital in an organization’s setup because it has the responsibility of ensuring that all operations run effectively. With the aid of continuous software deli...