facebookresearch / facebookresearch/localrf

Render from file poses - out of RF bounds

Open
#39 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
978
Forks
60
PR merge metrics
No merged PRs in 30d

Description

Hi,

great paper and method!

I am having an issue with the "render from file" Method, where given poses have to be used for the render of an image.
Even if i use the same poses for the training and then for the render from file, the results of a render are awful, since the training poses dont match the render poses (although both pose files are exactly the same).
I've managed to find out that during the training, from poses - relative poses (rel_poses) are generated and then used for appending scenes etc. After doing similar operation with the poses for the rendering, the result is not out of bounds anymore, but is still doesn't off by a bit. After comparing the rel_poses to the poses, which are written into transforms.json at the end of the training, i found out, there are differences between the two.

So, my question ist, how to train with preprocessed poses and render from file, so that the poses match?

Best regards,
Nikita

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.