Open in app

Sign In

Write

Sign In

Computer Vision Zurich
Computer Vision Zurich

242 Followers

Home

About

Jun 13, 2022

How to use ffmpeg

How to get the size of a video using ffmpeg? Command: ffmpeg -i my_video.mp4 Output: ... Duration: 00:00:20.83, start: 0.000000, bitrate: 18459 kb/s Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1048x872, 18457 kb/s, 30 fps, 30 tbr, 15360 tbn (default) ... The video in this example has a width of 1048 and a hight of 872 pixels. How to crop a video using ffmpeg?

1 min read

1 min read


Mar 21, 2022

How to find files in Bash?

What are you missing? Write a comment. Find files by their name in Bash in all subdirectories find . | grep MyFileName It matches all files that contain MyFileName in their name Find files by their name in Bash in the current directory ls | grep MyFileName How to find new files in Bash? Find files newer than 5 minutes? find . -mmin -5 Example to find all files that are newer than 5 minutes in the current directory.

Bash

3 min read

Bash

3 min read


Jan 26, 2021

CVPR 2021 Workshop on Super-Resolution

Call for CVPR 2021 Workshop Paper Usually, super-resolution (SR) is trained using pairs of high- and low-resolution images. Infinitely many high-resolution images can be downsampled to the same low-resolution image. That means that the problem is ill-posed and cannot be inverted with a deterministic mapping. …

Cvpr 2021

3 min read

CVPR 2021 Workshop on Super-Resolution
CVPR 2021 Workshop on Super-Resolution
Cvpr 2021

3 min read


Oct 15, 2020

CVPR 2021 — Deadlines, Links, Paper Template, Stats

Official CVPR 2021 Website LaTeX Template [Download] Submission [CMT] Guidelines [TLDR] What is the format for the submission? Main Paper: PDF | 8 Pages + Reference| 30MB | [Source] Supplementary: PDF or ZIP |100MB Put caption below figures/tables and end them with a dot. When are the submission deadlines? The deadline for the main paper is on the 16th of November. However, you have to register…

3 min read

CVPR 2021 — Deadlines, Links, Paper Template, Stats
CVPR 2021 — Deadlines, Links, Paper Template, Stats

3 min read


Published in

The Startup

·Aug 17, 2020

Why I Stopped Using GAN — ECCV 2020

GAN — vs — Normalizing Flow The benefits of Normalizing Flow. In this article, we show how we outperformed GAN with Normalizing Flow. We do that based on the application super-resolution. There we describe SRFlow, a super-resolution method that outperforms state-of-the-art GAN approaches. We explain it in detail in our ECCV 2020 paper. Intuition for Conditional…

Computer Vision

6 min read

Why I Stopped Using GAN — ECCV 2020
Why I Stopped Using GAN — ECCV 2020
Computer Vision

6 min read

Computer Vision Zurich

Computer Vision Zurich

242 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams