Skip to content

Instantly share code, notes, and snippets.

View abhishek540's full-sized avatar
🏠
Working from home

abhishek540 abhishek540

🏠
Working from home
View GitHub Profile
@ekreutz
ekreutz / pixel_aspect_ratios.md
Last active May 27, 2022 05:47
Pixel aspect ratios - a potential issue in object detection?

Pixel aspect ratios - a potential issue in object detection?

Updated: Jan 25, 2021

Quick write-up about pixel aspect ratios in video files, and how they might affect performance in an object detection pipeline. I found very little good information about this online, so I decided to write this to summarize my findings.

Tl;dr: scroll down to the "final solution" code, for how to deal with this issue, using Python/OpenCV.