0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Swift]骨格検出アプリ作成 備忘録

Last updated at Posted at 2023-10-05

はじめに

この記事はOpenPoseのようなものをiOS上に実装したいと思って試行錯誤する備忘録です。

事前調査

色々と調べたところOpenPoseをSwiftに実装することは不可能ではないが、とても大変ということがわかりました。

そこで、iOSではVisionというライブラリを用いることで骨格検出や顔認識、文字認識などが使えるということがわかりました。

使うもの

VNHumanBodyPoseObservation

VNDetectHumanBodyPoseRequest

この辺りを使うと上手くいきそうなので使用していきたいと思います。

今後の流れ

1.Swiftで動画を読み込ませるようにする
2.読み込んだ動画に対して骨格検出を行う
3.骨格検出を行なった動画を保存する

上記一連の流れを組み込んで行きたいと思います。

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?