frankier / skelshop

📺 📰 🧑‍💼 Toolkit for skeleton & face analysis of talking heads (e.g. news) videos 🧑‍💼 📰 📺
https://frankier.github.io/skelshop
MIT License
5 stars 1 forks source link

Beginners-Documentation #36

Closed cstenkamp closed 3 years ago

cstenkamp commented 3 years ago

Made somewhat useful documentation from some of my notes when getting it to run. Not complete yet, and doesn't talk anything about the actual code, that will come eventually

frankier commented 3 years ago

Okay looks good so far. I converted it into a draft since you said you're still working on it.

I would tend to advise beginners against trying to get all the dependencies working -- in fact given how unstable these C/C++ project tend to be with regards to running in different environments just getting a working build could end up being rather advanced. Usually people should instead just either use the prebuilt Docker images, or rebuild using the Dockerfile if they need to make changes. It's been a while since I've had a working non-containerised OpenPose install because it tends to break really easily after upgrades so I just use the containers for dumping, and non-container for everything else. The current "getting started" mentions this https://frankier.github.io/skelshop/

frankier commented 3 years ago

Whoops! Looks like I put it to manual building after hitting the limits. I've now: 1) triggered it 2) set it to autobuild 3) invited you to the Docker Hub repo. Probably I should switch to GitHub actions eventually because of the Docker Hub limits but hopefully it works now.