We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
itrushkin
No branches or pull requests
for example
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.
The text was updated successfully, but these errors were encountered: