isarandi / poseviz

3D Human Pose Visualizer for Python
MIT License
120 stars 15 forks source link

Poseviz import fails on improc import #5

Closed nikitax75 closed 1 year ago

nikitax75 commented 1 year ago

Hello there,

First of all, thanks for the nice work, this looks really impressive and sort of unique!

On my setup, demo.py fails at import poseviz because improc cannot be imported as the package is not found. Tried to look everywhere for what improc could be and could not find anything on public repositories.

https://github.com/isarandi/poseviz/blob/c3d0666633530aaa095f821770bed263d55baadc/poseviz/poseviz.py#L12

Environment:

Any idea what could be wrong?

Thanks again

nikitax75 commented 1 year ago

Actually, found the improc source on another of your projects, missing file maybe?

isarandi commented 1 year ago

Fixed in the latest version! Thanks for the bug report.