-
Notifications
You must be signed in to change notification settings - Fork 25
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
Pascal VOC,YOLO naming issue #277
Comments
@BobbyLCW
and the rest stick to being same as file name (not append) training with dl4j fails with current setup, users have to manually remove the extension |
@YCCertifai can you check if the similar scenario happens to other saving types? we discover only pascal voc because dl4j can only use that.. |
Same Issue for YOLO. |
@codenamewei I will either not append it. If user have the similar file name. They should rename it before import to project. Will lower the priority of this issue. This is not a bug. |
solve in latest 522cabc commit in main branch |
Describe the bug
Any labelled image will be appended "_extension" to the file name.
Which is inconvenient to user.
Example: 1.jpg -> 1_jpg.xml
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The output name shouldn't contain the extension
Example: 1.jpg ->1.xml
Screenshots
Desktop (please complete the following information):
Additional context
Extra feature: allow user to make decision when having name overlapping.(overwrite either one, or keep both)
The text was updated successfully, but these errors were encountered: