openpifpafを実行しましたが、何が起こったか分かりません...
解決したいこと
openpifpafを実行しましたが、何が起こったか分かりません...
理学療法士をしておりまして、患者さんの姿勢・動作の評価に活用出来ないかと
プログラミングの勉強を始めてまだ2週間程です。
使っている環境は、
MacBook Air big surにてターミナルから
homebrew → pyenv → python3.8.5 → pipからopenpifpaf0.11.9
の順でインストールしました。
発生している問題・エラー
python -m openpifpaf.predict /Users/shiraishi/Desktop/IMG_6858.jpeg
上のコマンドで実行したところ、
Downloading: "http://github.com/vita-epfl/openpifpaf-torchhub/releases/download/v0.11.0/shufflenetv2k16w-200510-221334-cif-caf-caf25-o10s-604c5956.pkl" to /Users/k.nakanishi/.cache/torch/hub/checkpoints/shufflenetv2k16w-200510-221334-cif-caf-caf25-o10s-604c5956.pkl
100.0%
INFO:openpifpaf.decoder.generator.cifcaf:0 annotations: []
INFO:__main__:batch 0: /Users/shiraishi/Desktop/IMG_6858.jpeg
となりました。
画像やデータを見るにはどうすればいいのでしょうか?
無知で申し訳ありませんがご教授頂けると助かります。
自分で試したこと
調べた結果、追加のコマンドで出力する必要があるということなのでしょうか?
openpifpafのガイドからは、
This command produced two outputs: an image and a json file. You can provide file or folder arguments to the --image-output and --json-output flags. Here, we used the default which created these two files:
と出てきましたが、どのようにコマンドを打てば実行できるのか分かりません。
--image-outputはどのように使うのか、もしくは違う方法なのか?
ご教授頂きたいです。よろしくお願い致します。
0 likes