Skip to content

update tstamp (frame index) when removing keyframe#53

Open
GCChen97 wants to merge 2 commits into
princeton-vl:mainfrom
GCChen97:patch-1
Open

update tstamp (frame index) when removing keyframe#53
GCChen97 wants to merge 2 commits into
princeton-vl:mainfrom
GCChen97:patch-1

Conversation

@GCChen97
Copy link
Copy Markdown

I found the frame indexes in the final tstamp do not correspond to the correct images.
So, it needs to update the frame index so that downstream applications can correctly query the original image.

Update the frame index so that downstream applications can correctly query the original image.
@tiglieto
Copy link
Copy Markdown

self.video.tstamps[ix] = self.video.tstamp[ix+1]

self.video.tstamp[ix] = self.video.tstamp[ix+1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants