# 많은 Computer Vision 앱들이 이미지의 회전 정보를 무시해서 잘 동작하지 않음

> Clean Markdown view of GeekNews topic #695. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=695](https://news.hada.io/topic?id=695)
- GeekNews Markdown: [https://news.hada.io/topic/695.md](https://news.hada.io/topic/695.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-10-11T12:24:25+09:00
- Updated: 2019-10-11T12:24:25+09:00
- Original source: [medium.com](https://medium.com/@ageitgey/the-dumb-reason-your-fancy-computer-vision-app-isnt-working-exif-orientation-73166c7d39da)
- Points: 4
- Comments: 0

## Topic Body

Exif에 Orientation 메타데이터가 있는 경우 실 이미지 정보는 회전 되지 않기 때문에 사물/얼굴 인식이 동작하지 않음.

이미지를 불러와서 처리하는 서비스의 경우 Exif Orientation 을 읽어서 처리해야함

작성자가 만든 Python 용 image_to_numpy 는 Exif 를 제대로 처리하게 수정.

## Comments



_No public comments on this page._
