Hello,
I wanted to reproduce some results from the paper using nerfstudio (with nerfacto). However it consistently fails to generate good results.
I am using the data provided in the README.md.
Exemple on Caterpillar (150 images) :

I have noticed that the camera poses in the generated images.bin do not follow a normal trajectory.
I run FlowMap using the provided command :
python -m flowmap.overfit dataset=images dataset.images.root=<path_to_caterpillar_images>
Thank you for your help.