yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.37k stars 1.04k forks source link

Results of applying NeRF #56

Open hyunJIN7 opened 2 years ago

hyunJIN7 commented 2 years ago

Hi, Thank you for the great work.

I applied NeRF to my datasets that was obtained through the ios_logger app. This is data loaging code.

The following is the result of training 200,000 times. [Origin Image] Origin Image

[Result RGB image] Result RGB image

[Result Depth image] Result Depth image

As you can see from the images, the result is not good. The RGB image is very blurry and the depth image did not extract properly.

  1. Have you ever applied data by acquiring it with an iPhone?
  2. Do you know why the result came out like this? Do you know how to slove this problem? What should I do to get proper result from the data I acquired?

Thank you in advance for reading this long post!