-
Notifications
You must be signed in to change notification settings - Fork 1
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
OcMotion dataset #6
Comments
yes! Sorry for the delay, it is expected to be released before the end of this month. |
The preprocessed two OcMotion sequences along with the config files have been released. Please see README for more details! Please let me know if you encounter any problems. |
Thanks for sharing the dataset.Now I can't figure out how to select train dataset and eval dataset for OcMotion.The 0011_02 video has 501 images totally,and since like you choose 501 images for training.But unlike zju_mocap,there is no script to preprocess OcMotion for evaluation,how should I do? |
It seems like OcMotion only have the occluded images,we can't compare the predicted image with the unoccluded image ,so I wonder how to calculate the metrics for the predicted images? |
Yes, in real-world data, like OcMotion, there is no GT for the occluded regions. In the paper, we only computed SSIM/PSNR on the visible human parts only (masked by the binary masks). The provided OcMotion data are already preprocessed. Please let me know if you encounter any problems during evaluation. |
Thanks a lot!Now I try to project world 3d pts onto 2d image plane,and the results doesn't look right,seems like the translation is a bit wrong.I am not familiar with the OcMotion dataset,could you please give me some advices? |
Here is my code to project points,the R,T,K are all cameras' parameters. |
Your projection script looks good, did you use the provided official SMPL translation when obtaining the |
I use the following code to transform points from smpl space to world space,where R=smpl_params['R'] ,Th=smpl_params['Th'] |
And if I add smpl_param['trans'] on world_3d_pts,the src_uv will be out of boundary. |
Someone has found that using the visualization script from the OcMotion repo may give the correct rendering. Please give it a try. I will look into this issue a bit later myself :) |
What is the id of this pic, I will check it later |
I'm a little confused by the OcMotion training and testing settings. I found that only frames from a single camera are provided. So it implies that the same picture for training is also used for testing...? Or I must be missing the frames used for testing? Where should I get them? |
Because OcMoton dataset didn't capture unoccluded image,I think testing is to directly rendering the input frames. |
I have fix this,thanks so much! |
Ok, thanks a lot! Also, I happened to encounter the same problem, which is a misalignment between SMPL mesh and humans in the 2D images using the parameters provided.(like you described in this issue), would you mind sharing your code snippet? That will help me a lot! |
Hi,I wonder will the OcMotion dataset be public?
The text was updated successfully, but these errors were encountered: