chenhonghua / MVIP-NeRF

Other
11 stars 0 forks source link

Documents for running on llff and custom dataset #5

Open ericyangchen opened 2 weeks ago

ericyangchen commented 2 weeks ago

Hi, congratulations on the good paperwork! I'm having problems with running llff and custom datasets. The document seems to be missing some important parts regarding how to run with the spinnerf-dataset from scratch. Can you provide a clear example of the steps required to run experiments with the original spinnerf-dataset?

Another question is, in the paper, you claimed not to rely on direct 2D RGB inpainted results, but in DS_NeRF/load_llff.py, the RGB inpainted images are loaded. I'm a bit confused as to why the RGB inpainted images are loaded in the first place.

I would greatly appreciate the clarification and additional documents. Thank you for the good work!

chenhonghua commented 2 weeks ago

For the first question, I will update the readme later. For the second question, we just use the RGB inpainted images as an example. In our experiments, we did not use these inpainted results.

ericyangchen commented 2 weeks ago

@chenhonghua Hi, thank you for the reply. I'm looking forward to the documents so we can all enjoy your fantastic work!

For the second question, should the load_llff.py be modified to load the original images instead of the RGB_inpainted ones as it currently does?

Arcxml commented 1 week ago
image

Hello, I have one more question, should the load_llff.py be modified to load the original images instead of the RGB_inpainted, I think you use the RGB_inpainted images in your code

chenhonghua commented 1 week ago

Hi,

I put the repaired image in this folder so that we can also run SPInNeRF. As for my work, I put the masked original image in it, i.e. keep the masked area black. I will upload new data for reference.

ericyangchen commented 1 week ago

Hi, thanks for the explanation.

Could you please provide references on running other datasets (MipNeRF360, llff, etc)? I believe this would clear the confusion with the current code requiring RGB_inpainted to run.

Thank you again!