Video Processing Pipeline

 This week I was developing a pipeline to apply the pretrained models to a video. As a reference point, a library written by my ex-colleague was used.


The pipeline is represented by two classes:

  • VideoProcessor - which inherits from the OpenCV VideoCapture and allows applying several transformation functions to the video frame by frame
  • ProcessedWriter - which uses the VideoProcessor and combines it with OpenCV VideoWriter
Results of the pipeline are surprisingly good. For example, on the screens below you can see some frames from the processed video















Comments

Popular posts from this blog

Summing up my GSoC experience

How can we "simulate" VR?

Surgical tools detection