SSRSGJYD/NeuralTexture

How to get training data?

fastcode3d opened this issue · 7 comments

Thank you very much for your work.
How can I get the training data?

There are 2 ways. One way is to render training data, the code is at https://github.com/A-Dying-Pig/OpenGL_NeuralTexture. The other way is to reconstruct from real scene, the code is at https://github.com/gerwang/InfiniTAM .

Thank you very much, I will try it.

kjzju commented

Thank you for your work. I still don't understand how to get training data. Could you please show some concrete training data examples?

You can reference to the newly-added README of https://github.com/A-Dying-Pig/OpenGL_NeuralTexture.

kjzju commented

Thank you. I'll have a try.

@SSRSGJYD Hi, thank you for your work. It seems that https://github.com/A-Dying-Pig/OpenGL_NeuralTexture github has only two objects to render. Is it enough to train your model? If it is, I'll try it.

https://github.com/A-Dying-Pig/OpenGL_NeuralTexture is enough to generate training data. It is just a demo code, and you can define new scenes.