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
:return: paths to annotations uploaded, could-not-upload, missing-images
1321
-
:rtype: tuple of list of strs
1322
-
"""
1323
1302
ifrecursive_subfolders:
1324
1303
logger.info(
1325
-
"When using recursive subfolder parsing same name annotations in different subfolders will overwrite each other."
1304
+
"When using recursive subfolder parsing same name %sannotations in different subfolders will overwrite each other.", pre
1326
1305
)
1327
1306
1328
1307
logger.info(
1329
1308
"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."
1330
1309
)
1331
1310
1332
-
logger.info("Existing annotations will be overwritten.")
1311
+
logger.info("Existing %sannotations will be overwritten.", pre)
0 commit comments