You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great tool.
However, I got an error when renaming pascal dataset.
$cvdata_rename --annotations_dir anns --images_dir imgs --prefix train --start 0 --digits 3 --format pascal
Traceback (most recent call last):
File "/home/em/miniconda3/envs/tf2cpu/bin/cvdata_rename", line 8, in
sys.exit(main())
File "/home/em/miniconda3/envs/tf2cpu/lib/python3.7/site-packages/cvdata/rename.py", line 102, in main
raise ValueError("Renaming of annotated datasets is unsupported")
ValueError: Renaming of annotated datasets is unsupported
The text was updated successfully, but these errors were encountered:
@Purmpol I appreciate your comments, please submit an issue for this feature request. I don't work on this code very often but that rename should not be too hard to add. Thanks!
Thanks for your great tool.
However, I got an error when renaming pascal dataset.
$cvdata_rename --annotations_dir anns --images_dir imgs --prefix train --start 0 --digits 3 --format pascal
Traceback (most recent call last):
File "/home/em/miniconda3/envs/tf2cpu/bin/cvdata_rename", line 8, in
sys.exit(main())
File "/home/em/miniconda3/envs/tf2cpu/lib/python3.7/site-packages/cvdata/rename.py", line 102, in main
raise ValueError("Renaming of annotated datasets is unsupported")
ValueError: Renaming of annotated datasets is unsupported
The text was updated successfully, but these errors were encountered: