-
Notifications
You must be signed in to change notification settings - Fork 145
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
The loss is really small,but the result is weird #81
Comments
instant-ngp in my work is just a accelerate tool and i did not break the framework,all things works fine(in my opinion...) |
Will you be able to render the test images or training images, i.e. in observation space? are they looks good? what colors are rendered for the human part? |
How to use instant-ngp to speed up, I also want to train quickly. |
先安装好tiny-cuda-nn:https://github.com/NVlabs/tiny-cuda-nn |
OK! Thank you very much for your reply. Can I ask if the final effect you achieved is similar to the original text? How long is the training time? Could you please share your code, thank you very much! |
@litchisea |
Are you still researching now? How is it going? Do you have any results? If so, can you share the code? |
Thanks for this excellent work!
![图片](https://private-user-images.githubusercontent.com/79513614/243048795-a4326e09-0193-4515-982e-79ad02202cc1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTQyODIsIm5iZiI6MTczOTY1Mzk4MiwicGF0aCI6Ii83OTUxMzYxNC8yNDMwNDg3OTUtYTQzMjZlMDktMDE5My00NTE1LTk4MmUtNzlhZDAyMjAyY2MxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIxMTMwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiNmRmMjA3Yjg0MWUyOGQwNWE5Mzg1M2Y0NDE1NGIzMjU0YmJiZWQ1OWI4NzZjNGFlZGQ5YzZmN2VkZDRkOTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uI-yeKZES3fAQEQWgU7jv9qizlX6xFueA_ExTVkgh4w)
![图片](https://private-user-images.githubusercontent.com/79513614/243048853-36f7702f-33b1-45cf-b294-a8a1a9751f6d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTQyODIsIm5iZiI6MTczOTY1Mzk4MiwicGF0aCI6Ii83OTUxMzYxNC8yNDMwNDg4NTMtMzZmNzcwMmYtMzNiMS00NWNmLWIyOTQtYThhMWE5NzUxZjZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIxMTMwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyYTE0YWE1YTJiNjkxNmIwZThhMjBhOWJjMWU4MTE5NzUyOWU5MjA0ODg4MmU1NDc0MWVjMTg3OTYwZmJkYjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MwxSQHhOTj24st7ouQ_htcnYrDJJIO4OCUQ5IEuW1jw)
I am using instant-ngp to accelerate the training speed.
And i think the loss is really small enough to get a nice image.
here is my loss in tensorboard:
and here is my render output:
Can you help me to figure out the reason why i get a bad result?
maybe the iters is not enough,or I should modify the render part?
The text was updated successfully, but these errors were encountered: