JamChaos / UE4-NeRF

The code for the UE4-NeRF.
https://jamchaos.github.io/UE4-NeRF/
MIT License
128 stars 14 forks source link

Training code? #1

Closed antithing closed 1 year ago

antithing commented 1 year ago

Hi! Great work! Thank you for making this project available!

Will you also release the code to train nerf models to load into the plugin?

Or can I train with other implementations and load the models into this plugin?

Thanks again

JamChaos commented 1 year ago

Thank you for your attention! We will provide the training portion later.

antithing commented 1 year ago

Great! Thank you very much. Will this approach also work for close-up, high resolution datasets?

JamChaos commented 1 year ago

Certainly, that is perfectly fine. We store the images in host memory and perform training in blocks, utilizing storage compression methods when necessary. However, we have observed that higher resolution images require more complex models to capture finer details.

saminkhan commented 3 months ago

Hello there, this is a very intriguing research project! I too am interested in knowing if/when the training code will be made public.

Also, are there any plans to integrate the training process with nerfstudio?

Hoping this project hasn't been abandoned!