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

Is there any plan to release training script? #3

Open
f1shel opened this issue Mar 11, 2024 · 4 comments
Open

Is there any plan to release training script? #3

f1shel opened this issue Mar 11, 2024 · 4 comments

Comments

@f1shel
Copy link

f1shel commented Mar 11, 2024

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~

@SanketDhuri
Copy link

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

@thuwzy
Copy link
Collaborator

thuwzy commented Apr 5, 2024

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.

@SanketDhuri
Copy link

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

@thuwzy
Copy link
Collaborator

thuwzy commented Apr 5, 2024

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.

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

3 participants