facebookresearch / localrf

An algorithm for reconstructing the radiance field of a large-scale scene from a single casually captured video.
MIT License
956 stars 62 forks source link

what is the role of checkpoints.th after train? #16

Closed jiephe closed 12 months ago

jiephe commented 1 year ago

i want got the track by the images, what can i do? i only get 3 videos and some other binary data, i do not know what the role of these.

ameuleman commented 1 year ago

checkpoints.th stores radiance fields and camera parameters.

jiephe commented 1 year ago

checkpoints.th stores radiance fields and camera parameters.

how to open? which software support view?

ameuleman commented 1 year ago

They are torch checkpoints. They can be loaded in train.py to render the test frames and the smoothed camera trajectory after training, see this reply.