Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
【MLN #28】Pythonパッケージ版のMediaPipeが超お手軽 / MLN28 Py...
Search
高橋かずひと
March 03, 2021
Technology
0
1.2k
【MLN #28】Pythonパッケージ版のMediaPipeが超お手軽 / MLN28 Python MediaPipe
スライド内では動画を多用しているため、YouTubeでの視聴を推奨しています。
https://youtu.be/MXMMO75hYiY
高橋かずひと
March 03, 2021
Tweet
Share
More Decks by 高橋かずひと
See All by 高橋かずひと
【NGK2025S】動物園(PINTO_model_zoo)に遊びに行こう
kazuhitotakahashi
0
2.1k
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
2.1k
【Python東海#44】Pydroid3で画像処理
kazuhitotakahashi
0
1.8k
【Unagi.py 56枚目】動物園(PINTO_model_zoo)に遊びに行こう
kazuhitotakahashi
1
1.8k
【Python東海#43】Image-Processing-Node-Editor
kazuhitotakahashi
0
1.1k
【MLN】Visual Blocks for ML
kazuhitotakahashi
0
1.4k
【NGK2023S】 ノードエディタ形式の画像処理ツール「Image-Processing-Node-Editor」
kazuhitotakahashi
0
1.6k
【Pythonデータ分析勉強会#33】「DearPyGuiに入門しました」の続き~Image-Processing-Node-Editor~
kazuhitotakahashi
0
1.8k
【OSC2022Nagoya】DearPyGuiに入門しました / OSC2022Nagoya Introduced to DearPyGui
kazuhitotakahashi
1
2k
Other Decks in Technology
See All in Technology
コンテキストエンジニアリングとは? 考え方と応用方法
findy_eventslides
4
890
PLaMo2シリーズのvLLM実装 / PFN LLM セミナー
pfn
PRO
2
970
about #74462 go/token#FileSet
tomtwinkle
1
290
How to achieve interoperable digital identity across Asian countries
fujie
0
110
Azure Well-Architected Framework入門
tomokusaba
1
290
ユニットテストに対する考え方の変遷 / Everyone should watch his live coding
mdstoy
0
120
AI Agentと MCP Serverで実現する iOSアプリの 自動テスト作成の効率化
spiderplus_cb
0
490
生成AIを活用したZennの取り組み事例
ryosukeigarashi
0
200
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
3
300
空間を設計する力を考える / 20251004 Naoki Takahashi
shift_evolve
PRO
3
330
KMP の Swift export
kokihirokawa
0
330
LLMアプリケーション開発におけるセキュリティリスクと対策 / LLM Application Security
flatt_security
7
1.8k
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
Designing for humans not robots
tammielis
254
25k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Gamification - CAS2011
davidbonilla
81
5.5k
Agile that works and the tools we love
rasmusluckow
331
21k
Making Projects Easy
brettharned
119
6.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Transcript
Pythonパッケージ版の MediaPipeが超お手軽 MLN #28 2021/03/03
お前、誰よ? 名前:高橋かずひと Twitter:@KzhtTkhs お仕事:組込、画像処理、 IoT、Web 個人でインディーゲーム制作お手伝いしてます。 2
最近つくったもの 3
? 4
機能例 5
6
本題:Python版は特にお手軽🙃! ※その他のプラットフォームも結構お手軽です 7
8 pipインストールして🙃
インポートして🙃 9
インスタンスを作って🙃 10
画像を投げこめばOK🙃 ※画像はOpenCVのBGR形式ではなくRGB形式 11
以下、Python版で使える機能の動画🙃 12
Face Detection ※最新版(0.8.3)で使えるようになりました 13
Face Mesh 14
Pose 15
Hands 16
Holistic(Face Mesh + Pose + Hands) ※ちょっと前(0.8.1)から使えるようになりました 17
Holistic:z軸も推論できるようになりました ※最新版(0.8.3)で使えるようになりました。カメラに近いほど値が小さくなります 18
Objectron ※最新版(0.8.3)で使えるようになりました 19
ちょっと応用:ハンドポーズ&フィンガージェスチャー認識 https://github.com/Kazuhito00/hand-gesture-recognition-using-mediapipe 20
ご清聴ありがとうございました🙃