Skip to content
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

postprocess_im2smpl_result #6

Open
leezhongguo opened this issue Jul 2, 2020 · 0 comments
Open

postprocess_im2smpl_result #6

leezhongguo opened this issue Jul 2, 2020 · 0 comments

Comments

@leezhongguo
Copy link

Hi,

In the code "main_prepare_natural_img.py", the function "postprocess_im2smpl_result" read the .obj as
smpl= objio.load_obj_data(img_dir[:-4] + '_smpl.obj')
but save the .obj as
objio.save_obj_data_binary(smpl, img_dir[:-4] + '_smpl_2.obj')
I can't save it as binary, but I can save it without binary. What's the difference between "save_obj_data" and "save_obj_data_binary"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant