video2bvh
video2bvh copied to clipboard
NotImplementedError: cannot instantiate 'PosixPath' on your system
Hello, after installing openpose I am not able to solve how to removeNotImplementedError: cannot instantiate 'PosixPath' on your system? please help!
I had the same problem on Windows 11 and got around the problem by adding the following lines to pose_estimator_3d\model\factory.py
import pathlib
temp = pathlib.PosixPath
pathlib.PosixPath = pathlib.WindowsPath
I had the same problem on Windows 11 and got around the problem by adding the following lines to
pose_estimator_3d\model\factory.py
import pathlib temp = pathlib.PosixPath pathlib.PosixPath = pathlib.WindowsPath
thank you very much.
import pathlib temp = pathlib.PosixPath pathlib.PosixPath = pathlib.WindowsPath
Hey you random internet person from months ago. Thank you ❤️
Thanks for raising the issue.. I faced the same now and got it solved...
that's very helpful!
can help me and tell at which lines did you add\replaced them
can help me and tell at which lines did you add\replaced them
`import pathlib
temp = pathlib.PosixPath
pathlib.PosixPath = pathlib.WindowsPath`
you can check with these lines @abdulrhman-arrikh
@hollowdrutt Hi, I am working on this project on windows 11. Can you kindly tell me what nvidia gpu can afford in this project? 6G rtx3060 is enough?