Closed daniel-richter closed 3 years ago
Hi Daniel,
Thank you for your contribution. This is really weird as it always worked on my pc, are you running the code using my provided container? If the answer is yes could you please do a pull request?
To be honest, I don't exactly. I used the "skeleton-group-activity-recognition" image I build two weeks ago and I guess I used your original docker/docker-compose build. Since there is an easy workaround for the issue above, I thought it would be nice to post it anyway.
I'll try to rebuild the image from scratch later and let you know the results.
I did a check and current repo code works well following my instructions and using provided container.
I also tried to change line:
opWrapper.emplaceAndPop([datum])
with
opWrapper.emplaceAndPop(op.VectorDatum([datum]))
but following error appear
AttributeError: module 'pyopenpose' has no attribute 'VectorDatum'
Let me know if using my container and code still give you an error
When running
extract_sekeletons.py
I ran into the following issue:According to https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1762 it's an issue with OpenPose v1.7 (v1.6 should work). What is strange, because your Dockerfile checks out a specific OpenPose commit.
Anyway, I could solve this specific issue by replacing https://github.com/fabiozappo/SkeletonGroupActivityRecognition/blob/85d84dace149346043f87638b03fd4995038471c/extract_skeletons.py#L49 with