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
AIで骨格推定してみた
Search
mattsun
September 24, 2021
Programming
0
270
AIで骨格推定してみた
mattsun
September 24, 2021
Tweet
Share
More Decks by mattsun
See All by mattsun
鹿児島.mk2周年LT
taka0225
0
270
CODEBASE卒業制作発表
taka0225
0
340
Other Decks in Programming
See All in Programming
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
contribution to astral-sh/uv
shunsock
0
540
CSC305 Lecture 08
javiergs
PRO
0
280
Leading Effective Engineering Teams in the AI Era
addyosmani
7
640
Six and a half ridiculous things to do with Quarkus
hollycummins
0
210
CSC509 Lecture 07
javiergs
PRO
0
250
Pythonに漸進的に型をつける
nealle
1
130
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
120
iOSでSVG画像を扱う
kishikawakatsumi
0
170
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
500
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
3
980
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
233
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Designing for Performance
lara
610
69k
Statistics for Hackers
jakevdp
799
220k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
The Pragmatic Product Professional
lauravandoore
36
7k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
Designing Experiences People Love
moore
142
24k
For a Future-Friendly Web
brad_frost
180
10k
Transcript
AIで骨格推定してみた まっつん
Profile まっつん Twitter: @mattsun0225 趣味: 筋トレ、走ること 職歴: 実業団 → 機械業
→ 建設業 → webエンジニア What's new - 8月上旬に骨折 - 自動車学校に入校 - 治験受けてた
トレーニング動画を分析 - イマイチわかりづらい - もっとわかりやすく分析したい - 骨格に線が入ってくれたらいいな OpenPoseでできるっぽいぞ!! 今回利用したリポジトリ Hzzone/pytorch-openpose
画像の骨格推定 うん!いい感じ🙌
動画の骨格推定(推定前)
動画の骨格推定(推定後) 動画でもある程度推 定できてる🙌
連続写真 - ffmpegで動画から切り出し(ffmpeg -i movie.mov -ss 5 -vcodec png -r
20 image_%04d.png)
反省点 - 動画の撮影方法 - 真横から撮影するのが良さそう - ドローンなどで自動追尾させる(精度向上) - 撮影時のズーム倍率の調整( ffmpegで余計な作業)
- 撮影機材のスペック