Skip to content

added annotation loader#108

Closed
AnikethCheluva wants to merge 1 commit intomainfrom
aniketh/annotation-loader
Closed

added annotation loader#108
AnikethCheluva wants to merge 1 commit intomainfrom
aniketh/annotation-loader

Conversation

@AnikethCheluva
Copy link
Collaborator

No description provided.

@AnikethCheluva AnikethCheluva marked this pull request as ready for review December 16, 2025 01:15
Copy link
Collaborator Author

AnikethCheluva commented Dec 16, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

item[key] = self._slow_down_sequence(item[key])
return item

annotations = AnnotationLoader(root=self.root)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be loaded once, not every get_item call right?


if df_episode.empty:
logger.debug("No annotations for episode %s", ep_idx)
frame_item["lang_keys"] = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like I was saying, it's not ideal to put a string into this dictionary. What do you think about tokenizing it before putting it into this dict?


if __name__ == "__main__":

ano = AnnotationLoader(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you generate a video which overlays the text on screen, so we can confirm the annotation sync is correct?

@AnikethCheluva AnikethCheluva force-pushed the aniketh/annotation-loader branch 2 times, most recently from 364f6bd to dd44ae8 Compare December 22, 2025 21:01
@AnikethCheluva AnikethCheluva force-pushed the aniketh/annotation-loader branch 4 times, most recently from 8a14322 to 2ceb324 Compare January 10, 2026 01:20
@AnikethCheluva AnikethCheluva force-pushed the aniketh/annotation-loader branch from 2ceb324 to d3c98d3 Compare January 16, 2026 17:47
@AnikethCheluva AnikethCheluva force-pushed the aniketh/annotation-loader branch from d3c98d3 to e9d9aad Compare January 16, 2026 21:12
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