Closed justintiger closed 3 years ago
It looks like a path problem. Can you show your running command, directory and full error message?
Hi
Thx for this model. but i always get this error. Do you know whats the problem?
It looks like a path problem. Can you show your running command, directory and full error message?
Hi Thx for this model. but i always get this error. Do you know whats the problem?
(base) ihomelab@ihomelab-GPU-01:/mnt/sdb1/pose_estimation/3D_pose_estimation/EvoSkeleton/examples$ conda activate evoskeleton
(evoskeleton) ihomelab@ihomelab-GPU-01:/mnt/sdb1/pose_estimation/3D_pose_estimation/EvoSkeleton/examples$ python inference.py
Traceback (most recent call last):
File "inference.py", line 9, in
It looks like a path problem. Can you show your running command, directory and full error message?
Hi Thx for this model. but i always get this error. Do you know whats the problem?
I have another question. Can this model give the 3D keypoints by using only images without 2D keypoints for the samples images?
It looks like a path problem. Can you show your running command, directory and full error message?
Hi Thx for this model. but i always get this error. Do you know whats the problem?
I have another question. Can this model give the 3D keypoints by using only images without 2D keypoints for the samples images?
Hi the problem is caused by a cyclic import bug introduced by a recent update. I have fixed it and you can pull the code and try again.
The lifting model need to has 2D keypoints as input. Images alone are not enough. However, you may use any available open-source 2D pose detector (openpose, SH, CPN and others... ) to get 2D keypoints. We have also released a 2D pose detector trained on H36M (see https://github.com/Nicholasli1995/EvoSkeleton/blob/master/docs/2DHPE.md).
Closing inactive issues. Re-open if you need further assistance.
Hi
Thx for this model. but i always get this error. Do you know whats the problem?