jax3d icon indicating copy to clipboard operation
jax3d copied to clipboard

MobileNeRF Inference on server side GPU

Open DWhettam opened this issue 1 year ago • 0 comments

Hi,

I'm able to do inference successfully with MobileNeRF, and I'm now trying to benchmark it's performance on a few different devices, however many of these are remote servers so I only have terminal access. I've setup an ssh tunnel so I can access the interface remotely, however the code is running on my local machines GPU, not the GPU of the server, which I'm trying to benchmark. Is there anyway I can do inference on the server side, either by doing inference not through the browser, or by running webGL on the server instead of the client?

Thanks!

DWhettam avatar Aug 03 '23 09:08 DWhettam