DeepLabCut / DeepLabCut-live

SDK for running DeepLabCut on a live video stream
https://elifesciences.org/articles/61909
Other
190 stars 50 forks source link

Bump python, `dlclibrary`, switch to pip install in tests #115

Open sneakers-the-rat opened 8 months ago

sneakers-the-rat commented 8 months ago

Sorta orthogonal duplicate related to https://github.com/DeepLabCut/DeepLabCut-live/pull/110 , thought it was worth a separate PR because it's sorta different from deciding on the tf cap, but involves it. so this probably needs modification/rebasing on whatever gets decided there but just wanted to have a (hopeful) fix for the tests on the books. this should also be a patch version bump and re-release whenever it and 110 get merged, not done in this PR.

tests failing because can't find url for model. updates in dlclibrary reflect those changes, but tests install old version because lockfile hasn't been updated.

so:

sneakers-the-rat commented 8 months ago

also seems like python-package.yaml action should be removed, but didn't want to do too much in one pr yno

MMathisLab commented 8 months ago

Cc @jeylau