Skip to content

Posture estimation is performed using various models. Output the image file from the execution command

License

Notifications You must be signed in to change notification settings

kooose38/openpose-AI

Repository files navigation

姿勢推定タスク

実行結果: alt
データセット: https://www.kaggle.com/awsaf49/coco-2017-dataset
モデル: OpenPose
使い方:

  1. モデルのダウンロードするhttps://drive.google.com/file/d/1BjA2NxpdlBijZl8Zp4m_Du28687FFCna/view?usp=sharing
  2. ダウンロードしたモデルをmodels/に配置する
  3. コマンドを実行する
$ python predict_pose.py 1.jpg  # model openpose
$ python predict_rcnn.py 1.jpg # model keypointRCNN_resnet50_fpn

応用: 姿勢推定された画像を入力データとして、TripletLossを用いたコサイン類似度ベクトルによる異常検知。または、画像分類。さらに姿勢を学習するとした疑似的なキャラクターへの画像生成の応用。

About

Posture estimation is performed using various models. Output the image file from the execution command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published