Camera parameters
1-w-m opened this issue · 2 comments
1-w-m commented
Dear author, I have three questions to ask you.
1、May I ask if the camera parameters returned are camera parameters for each frame?
2、What is the model obtained after training used for?
3、How to obtain corresponding camera parameters from photos?
Zielon commented
Yes, camera is saved for each frame. Take a look here
See save_checkpoint() load_checpoint()
https://github.com/Zielon/metrical-tracker/blob/be8ab0aea38841ca6f0e3e90afb914871137fb35/tracker.py#LL183C1-L183C1
1-w-m commented
Sorry, I have another question. Can I obtain camera parameters from a photo instead of a video?