yilundu / nerflow

[ICCV'21] Neural Radiance Flow for 4D View Synthesis and Video Processing
65 stars 18 forks source link

How to use own dataset for training? #9

Open hmppt opened 1 year ago

hmppt commented 1 year ago

I downloaded your project and want to reproduce the effect in the paper, I plan to use the video I shot, how can I do it? What do I need to do with the original dataset?

yilundu commented 1 year ago

You can use the python files in https://github.com/yilundu/nerflow/tree/main/preprocess to get depth and flow maps which you may load into the https://github.com/yilundu/nerflow/blob/main/load_llff_video.py file to train the model