Zenn
👾

MediaPipeとPytorchで工数計測(working time)

2024/05/09に公開
2

工数計算の自動化をするきっかけ

  • PTS法ー>MOST法 の スキルは得たものの、工数を作成できる後継者がいない
  • 後継者がいないということは私の知識はお蔵入り
  • 会社に工数という概念がない模様
English explanation is here

working time estimation system based on pytorch

2025 Update!

  • 熟練者の作業を先に記録し、そのデータを別な作業記録映像に配置して、作業工数が適正かみることができるようにしました。
  • 工数計算の自動化と熟練者・初心者での作業工数の比較データを出力するようにしました。

Try it

  1. Recording veteran worker's working actual view
    • 先に熟練者の作業を撮影、記録します
python torch_posecnt.py

  • The script will be output working time based on MTM/ MOST method.
  1. Generate reference worker data
  • 出力されたデータから標準作業時間を割り出したり、比較データを出力します。
  • 正規分布で15%遅いのを初心者としていますので、状況に応じて変更ください
python tmu_calc.py

  1. Comparision reference worker data
  • 作業習得をする人の撮影記録をしながら、脇にベテラン作業者の骨格映像が動きますので、ムダがないか比較ができます
python torch_movecom.py

How to

シンプルにコマンドを叩いてカメラの前で模擬作業を行う

  1. Pose estimation的なコードを実行
  2. 記録したい作業を撮影する。
  3. 終了後はqキーで終了
  4. 生データをサマライズするスクリプトで各部位の動作時間を計算
  5. コードのTMUパラメータを変更して作業内容に応じてカスタマイズ可能
English

working time estimation system based on pytorch

script detail is referred to the repository

Procedure

  1. execute recording code
  2. you can see the pose estimation in the working time
  3. If you want to stop the recording press q key
  4. Raw csv file is necessary to modify by tmu_calc.py as working time data
  5. You can customize as you like

Github repository

https://github.com/mi-kaneyon/poseestimation/tree/main

Discussion

yKesamaruyKesamaru

素晴らしい記事をありがとうございます

星野スミレのフィギュアが素晴らしかったです😊

Manyan3Manyan3

ありがとうございます。
様々な取り組みで活躍してくれる重要メンバーだったりします😀

ログインするとコメントできます