-
Notifications
You must be signed in to change notification settings - Fork 57
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
usage of gridding_loss #3
Comments
by the way, what is the weight of gridding loss? |
You need to train the whole network with Chamfer Distance. It reaches CD ~0.40 on ShapeNet. |
The weight of gridding loss is defined in Lines 68 to 69 in 1f4b421
|
Oh, I see, thanks! |
@AlphaPav
|
Hi, thanks for the amazing work.
I check the "train.py" code, but it seems not using "gridding_loss", is there any reason for that? Or I just need to add the "gridding_loss" in the "_loss".
Thanks in advance
The text was updated successfully, but these errors were encountered: