SSground
SSground
Thank you for your answer. But I still have a question, how do I train to get files in npz format. Will the training code be open source in the...
> I also got the same 2 errors you got, don't remove the line : torch.set_default_tensor_type('torch.cuda.FloatTensor') > ,instead remove this line: "batch = next(raysRGB_iter).to(device)" (for depth also), and use the...
> 我用的是1.9 pytorch,遇到了这个问题。 > @nishant34是的,但是这还能符合作者的算法吗? > @SSground这是一个简单的 Python 语法错误。 Sorry, it’s the problem with my screenshots. My error is the same as the previous ones
> Point-Nerf I wonder if there are plans inside ngp to add depth loss. In other words, does adding depth loss improve ngp?
> 2\. UINT16 thanks sir, Is it convenient for you to provide a set of data with depth so that I can debug
> unfortunately, I can not provide my own example. You can find a general example of depth maps in the nerf_syntetic dataset in here: https://drive.google.com/drive/folders/128yBriW1IG_3NJ5Rp7APSTZsJqdJdfc1 > > Each **test** data...
> unfortunately, I can not provide my own example. You can find a general example of depth maps in the nerf_syntetic dataset in here: https://drive.google.com/drive/folders/128yBriW1IG_3NJ5Rp7APSTZsJqdJdfc1 > > Each **test** data...
> @SSground I think that the loader ignores 0 depths pixels. > > Look at > > https://github.com/NVlabs/instant-ngp/blob/e1d33a42a4de0b24237685f2ebdc07bcef1ecae9/src/nerf_loader.cu#L96 Excuse me, how to align the pose calculated by colmap with the...
@chaytonmin Did you solve this problem?
> I put the rebuilt SFM_ data. Convert bin to SFM_ data. JSON, and then get the external parameters R and C of each frame,for example > > ``` >...