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.

Deeplabcut2.3.10の不具合

Posted at

deeplabcut2.3.7を使用していたが、いつの間にかdeeplabcut2.3.10になっていて(たぶん、なにかやったんだと思う)、create videoが実行できなくなったので、私が行った対処方法やその他の不具合症状を記載します。2024.8.1時点

img2.3.10_1.png

不具合:1 create video を実行するとエラーがでてvideoが作成されない
     画面下に Plots could not be created・・・・・とエラー表示

対策:悪戦苦闘の結果'Analyze videos'タブのところで'Filter predictions'を✓することでcreate videoを実行できることを確認
img2.3.10_2.png

不具合2:Drow skeletonの✓をはずしたのに骨格が表示される

対策:✓をはずしたら表示されないでほしいのですが・・。
   たぶんすでに、ラインが引かれていると思われるので、
   'Build skeleton`でラインをclearしexportする
   しかし、そのままcreate videoを実行すると途中で止まる・・・。
   そこで、一度、deeplabcutを終了し、loadし直してから
   create videoするとOKでした。

結局、いろいろと不具合が出てきたので、最新もいいけど、もとに戻したい・・・。、
anacondaで新しい仮想環境を別に作り、Deeplabcut2.3.7を入れて何事もなかったことにした・・。

pip install 'deeplabcut[gui,tf]==2.3.7'
0
0
0

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?