-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No 3D plots in my own data #42
Comments
First, the inference speed highly depends on 2D detector and pose estimator. You could switch to other 2D detectors if the speed is your concern. |
@sklf I think you are running this project in command line interface. As @JiangWenPL said in above comment that 3D plot will appear in separate window. |
Thanks for your apply. I find the varient 'multi_pose3d' is an empty list in my dataset, which is the reason that I can't see the 3D plot. So I checked the code and found the triangulated points didn't pass the following check: I found the points before the check are very huge so it can't be smaller than the max_length. I'll try to fix this issue. And I will appreciate if you can give me more suggestions. |
I have the same problem with my own custom dataset. If you find a solution, I would really appreciate if you could share it. Could the cause maybe be a problem with the camera_parameter.pickle? I recorded my extrinsic parameters and had to transfer from Quaternion to Rot+Trans format. Best, |
You can refer to my answer above https://github.com/zju3dv/mvpose/issues/42#issuecomment-572846853. Maybe it can help you. Besides,I think the limb length is measured in meter. So check your camera parameter scale may help. |
Supplement to my question: Like I assumed, the problem with my setup were the extrinsic camera parameters. Wrong RT values led to the problem @sklf described above (bone_length check). |
@sklf |
After you git clone this project, you can check the 196th line of the |
@sklf @JiangWenPL if it does not pass, how to solve it? I also have another question is that "half body picture(no full length body)" will also affect the result cannot produce 3D plots? Thank you so much~ |
Have you solved this problem? |
@sklf
when i run |
Sorry,I‘ve forgotten about the specific details for this repo. But those matrix are the camera parameters which can be obtained by camera calibration. You can refer to author’s code or search for details on wikipedia. I used a toolbox (mentioned above) to get those matrices for my own data. Good luck! |
Besides, you should check whether the intrinsic matrix is in this path. If not, you should modify those matlab code to ensure you can save it to correct path. |
@sklf |
Hello guys, I'm trying to use your code to estimate 3D poses. My dataset caontains frames from 12 cameras and camera parameters. I think my dataset is bigger than Campus and Shelf. So could you tell me what should I do to improve the performance? I just tried a little data. But the code seems very slow. Besides I can't get 3D pose plot at all. Could you help me?
The text was updated successfully, but these errors were encountered: