Unable to find the source frame ID of the keyframe #389
-
I wanted to start by saying Great work on this model! Main issueI have a simple issue with the output, I need to view the keyframes as a 360 image and to do so I need to know the keyframe ID in order to extract it from the original video but the output doesn't contain the keyframe IDs but only the path. DescriptionI had noticed in the earlier version of stella-vslam in the commit on 21 August, that you had removed the src_frm_ID from the output map.msg file which was the keyframe ID, so could you elaborate on what happened to this value, why was it removed and how can I obtain it again? Environment
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Frame IDs were removed because the timestamps have enough information to identify the image. Is it possible to identify the frame from the timestamp? |
Beta Was this translation helpful? Give feedback.
-
Why? If you could clarify your objectives, we may be able to suggest a more suitable method. I don't think it is a good idea to use keyframes for other purposes. |
Beta Was this translation helpful? Give feedback.
-
@SSLotfi u can try to:
|
Beta Was this translation helpful? Give feedback.
-
here is the way how to link keyframes to images in web-cam(or realsense) recording:
i`ll get all images from ros bag in *.png u`ll get txt like this:
|
Beta Was this translation helpful? Give feedback.
-
Hi @SSLotfi, if you are still looking for |
Beta Was this translation helpful? Give feedback.
Why?
If you could clarify your objectives, we may be able to suggest a more suitable method. I don't think it is a good idea to use keyframes for other purposes.