sparf icon indicating copy to clipboard operation
sparf copied to clipboard

How to test my own data?

Open wanglining1515 opened this issue 1 year ago • 3 comments

hi, now I have a few images with noise pose, how do I use sparf to reconstruct them?

wanglining1515 avatar Jun 28 '23 12:06 wanglining1515

Same question. I have a custom dataset. How can I train a nerf using sparf? Is some script provided for that purpose? I couldn't find any hints in the readme. Would be grateful for any help.

williambittner1 avatar Sep 03 '23 15:09 williambittner1

same question, hope for the reply!

JunyuanDeng avatar Sep 11 '23 02:09 JunyuanDeng

Hi everyone, thanks for your interest in our work. So sorry, I have been very busy with other projects and finishing my PhD. I added a minimal example of how to use your own image sequences with provided initial poses in this branch https://github.com/google-research/sparf/tree/sparf_for_own_data. One needs to create a new dataset as well as create a new experiment script in train_settings.

I haven't had time to test it fully, you need to replace the function in the dataset to read the images, poses, and intrinsics.

I will add an extension so initial poses can be computed using COLMAP directly from an image sequence, and further refined using SPARF, but I won't have time to do it before December.

Please let me know how it's working on your data! Hope this helps.

PruneTruong avatar Oct 26 '23 09:10 PruneTruong