nerf icon indicating copy to clipboard operation
nerf copied to clipboard

Any plan for pytorch version

Open TontonTremblay opened this issue 5 years ago • 4 comments

Hello,

I was wondering if there would be any plans for a pytorch version, or if you heard of someone working on one :P.

TontonTremblay avatar Apr 01 '20 16:04 TontonTremblay

Also any plans for a docker image.

TontonTremblay avatar Apr 01 '20 18:04 TontonTremblay

@TontonTremblay I've reimplemented in PyTorch: https://github.com/krrish94/nerf-pytorch

krrish94 avatar Apr 04 '20 23:04 krrish94

Hello @TontonTremblay and @krrish94 , I also have a PyTorch implementation: https://github.com/yenchenlin/nerf-pytorch

It reproduced the results at 400x400 resolution. Pre-trained models on 6 scenes are provided, more will be added tomorrow. All functions are tested and it runs ~1.3 times faster than the tensorflow implementation.

yenchenlin avatar Apr 05 '20 12:04 yenchenlin

My implementation in pytorch-lightning, faster, less VRAM required, and multi-gpu training is supported! Update: I also provide code to reconstruct colored mesh. Update: Tutorial, and many other features on Unity integration. Update: Live demo

kwea123 avatar Apr 20 '20 14:04 kwea123