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
For example, two image files to segment: a.1.jpg and a.2.jpg
They will end up sharing the same mask files (ie a_mask.png) because extension is assumed to be following the first period and not the last (QT baseName vs completeBaseName).
The text was updated successfully, but these errors were encountered:
JonasEMalmsten
added a commit
to JonasEMalmsten/PixelAnnotationTool
that referenced
this issue
Sep 20, 2020
…k files.
Introduced new option in json config file "short_file_extension" which can be false or left out to preserve backwards compatibility.
When "short_file_extension": true, image_canvas will use completeBaseName instead of baseName to solve issue.
For example, two image files to segment: a.1.jpg and a.2.jpg
They will end up sharing the same mask files (ie a_mask.png) because extension is assumed to be following the first period and not the last (QT baseName vs completeBaseName).
The text was updated successfully, but these errors were encountered: