-
Notifications
You must be signed in to change notification settings - Fork 39
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
Prerained model of SVR #8
Comments
Yes. Phase 3 provides slightly better results. But to truly improve the result quality, you may want to sample more points on the shapes (in the data pre-processing step), because the current data with at most 16384 sampled points (inside+outside) per shape is not sufficient for good reconstructions. |
Thank you for the response. |
|
Thank you for your prompt reply,it helps me a lot!I will pay attention to other work of your team. |
Thank you for your code.I have seen other issues that the pretrained model is without overlap loss and code of generator class in modelSVR.py corresponds to Phase 1.
So to produce better results for shape reconstruction,should I retrain the AE model on phase 0 → phase 3 and change the code of generator class in modelSVR.py and then retrain the SVR model?
The text was updated successfully, but these errors were encountered: