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

Training settings about SURREAL #9

Open
zhangyujie9999 opened this issue Apr 23, 2020 · 1 comment
Open

Training settings about SURREAL #9

zhangyujie9999 opened this issue Apr 23, 2020 · 1 comment

Comments

@zhangyujie9999
Copy link

zhangyujie9999 commented Apr 23, 2020

Now I get the training data of 3D-coded, and make a training experiment with 1000 data. But I got a bad result. Could you tell me how to set the parameters related to SURREAL?

In the process of training, I also found that in dataset.py, the values of source_normals and target_normals were set to none, which led to the two lines of code could not run.

data["source_normals"] = torch.cat([_source_normals, _target_normals, _source_normals], dim=0).contiguous()
data["target_normals"] = torch.cat([_target_normals, _source_normals, _source_normals], dim=0).contiguous()

I think if the value passed in is none, then these two lines of code will not work, so I annotated them. What negative impact will this have on the training process?

Looking forward to your help, thx!

@yifita
Copy link
Owner

yifita commented Jul 2, 2020

Hi @zhangyujie9999 , thanks for trying out our code. Did you check out the code I recently uploaded? See the new Readme.md page for instructions for SURREAL.
https://github.com/yifita/deep_cage#humanoid-deformations

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

2 participants