jax3d
jax3d copied to clipboard
Dear author, instant ngp has the advantage that it is very fast to train, is it possbile to convert the trained weight of instant ngp to mobile nerf ? If...
Hello, when I run stage1.py, it appears: [GpuDevice(id=0, process_index=0), GpuDevice(id=1, process_index=0), GpuDevice(id=2, process_index=0), GpuDevice(id=3, process_index=0), GpuDevice(id=4, process_index=0), GpuDevice(id=5, process_index=0), GpuDevice(id=6, process_index=0), GpuDevice(id=7, process_index=0)] 2023-12-26 10:10:17.684365: W external/org_tensorflow/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc:73] Can't find libdevice...
Hello! First of all, congratulations on such an amazing paper and thank you very much for making the code public. I had a question regarding the requirements for training, is...
Following the install instructions on the main README page caused an error seemingly due to incompatibilities between jax and flax. Following install instructions gave jax version 0.4.16 and flax version...
@hawkinsp First, I wanted to confirm that it worked well on the nerf synthetic dataset and then create a real 360 dataset and train it. However, there is not much...
Hello. Thanks for your great work. Would you provide checkpoints for your trained model for mobilenerf? Thanks
Hi, I wanted to ask if mobileNerf can be run on a non-GPU normal server. I mean training it on a local GPU machine and then serving it on a...
Hi I want to create custom model and import it into UE5, is there ant possible solutions? like the plugin https://github.com/AyoubKhammassi/UnrealMobileNeRF. Even using UE4 is ok. But is it possible...
Hi, I would like to try your MobileNerf project on my desktop and mobile phone, but I don't have 8 V100 GPUs to train the models. Probably very few people...
Hello! I'm trying to muster up GPU resources to do some full processing, but until that happens, I'm wondering if you have examples of the final OBJ/PNG products that you...