-
Notifications
You must be signed in to change notification settings - Fork 46
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
Is there any plan to release training script? #3
Comments
I attempted to develop training for this, but the outcomes aren’t meeting my expectations (my goal was to overfit it for a single object, such as a shoe). Below given repo contains the code for training the model. This code is specifically designed to train 3D geometry, as I am deliberately inputting RGB images (manually captured) and CCM images (previously generated). Repo link please contribute to it if it has any mistakes / bug found |
Thank you for your interest! The training code for the CRM is quite extensive, and it's difficult to organize it all in a short period. I will start by gradually uploading some of the utility functions I have organized. |
@thuwzy can you take a quick look to the training I have uploaded and plz identify mistakes I am making since I am not getting result as expected |
Hi Sanket, I have read your code and found some problems. (1) the sdf should not be randomly initialized. Instead, it should be got from the output triplanes from the sdfMLP. (2) The learning rate is too high. I suggest 1e-4. |
Hi, thanks for your wonderful paper and the released inference code!!! I am wondering if there is any plan to release the training script. Your reply will be highly appreciated~
The text was updated successfully, but these errors were encountered: