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

Question for Reproducing Result #141

Closed
EadCat opened this issue Nov 4, 2022 · 7 comments
Closed

Question for Reproducing Result #141

EadCat opened this issue Nov 4, 2022 · 7 comments

Comments

@EadCat
Copy link

EadCat commented Nov 4, 2022

Hi, I reproduced ICON and trained with THuman2.0.

As a result of the my training, only this model produces a lot of noise and isolated mesh.

Would you give me an advice?

I used [-1, 1] SMPL vertices, query points, and 15.0 SDF clipping.

I believe that ICON has great potential and generalization performance.

But I don't know what is the problem.

The results below are about unseen data, and I used pre-trained GCMR just like PaMIR for SMPL prediction.

snapshot00
snapshot01
snapshot02
snapshot03
snapshot04
snapshot05

Thank you.

@EadCat
Copy link
Author

EadCat commented Nov 4, 2022

20221105023427

This is my query code of ICON.

@YuliangXiu
Copy link
Owner

YuliangXiu commented Nov 4, 2022

smpl_cmap and smpl_norm are not necessary for the reconstruction, you could remove them one by one, retrain and check the results. Also, the SDF--> TSDF operation could also be removed.

@EadCat
Copy link
Author

EadCat commented Nov 5, 2022

Are smpl_vis and feat_select necessary?
They are seem to optional in your code.

@YuliangXiu
Copy link
Owner

I am afraid not.

Given only the smpl_sdf, it's almost impossible for the network to figure out which normal should be used. Maybe smpl_norm should be included in such case.

@EadCat
Copy link
Author

EadCat commented Nov 7, 2022

snapshot00

snapshot01

I only removed TSDF operation and got better results.

Many thanks!

@EadCat EadCat closed this as completed Nov 7, 2022
@YuliangXiu
Copy link
Owner

@EadCat These noisy artifacts could be reduced with current normal refinement module in ICON, set -loop_cloth 50.

@EadCat
Copy link
Author

EadCat commented Nov 7, 2022

Sure. I will implement pre-/post-optimizations.
Thank you for the helps.

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