Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can we choose how numbers are formatted when exporting reindexed datasets #1674

Open
ganindu7 opened this issue Nov 18, 2024 · 0 comments
Open
Assignees

Comments

@ganindu7
Copy link

ganindu7 commented Nov 18, 2024

for example

my_dataset.transform("reindex", start=0)
my_dataset.export(exportPath, format="cvat", save_media=True, image_ext=".png")

would create images with indexes 0.png, 10.png, 100.png

I tried with a format string but didn't really work. is there a way to achieve this?

my goal is to have 000000.png, 000010.png, 000100.png instead varying number of digits.

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

No branches or pull requests

2 participants