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
"When using recursive subfolder parsing same name annotations in different subfolders will overwrite each other."
937
937
)
938
938
939
-
logger.warning(
939
+
logger.info(
940
940
"The JSON files should follow specific naming convention. For Vector projects they should be named '<image_name>___objects.json', for Pixel projects JSON file should be names '<image_name>___pixel.json' and also second mask image file should be present with the name '<image_name>___save.png'. In both cases image with <image_name> should be already present on the platform."
941
941
)
942
942
943
-
logger.warning("Existing annotations will be overwritten.")
943
+
logger.info("Existing annotations will be overwritten.")
"When using recursive subfolder parsing same name pre-annotations in different subfolders will overwrite each other."
1182
1182
)
1183
-
logger.warning(
1183
+
logger.info(
1184
1184
"The JSON files should follow specific naming convention. For Vector projects they should be named '<image_name>___objects.json', for Pixel projects JSON file should be names '<image_name>___pixel.json' and also second mask image file should be present with the name '<image_name>___save.png'. In both cases image with <image_name> should be already present on the platform."
1185
1185
)
1186
1186
1187
-
logger.warning(
1187
+
logger.info(
1188
1188
"Identically named existing pre-annotations will be overwritten."
0 commit comments