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.",
2519
+
"When using recursive subfolder parsing same name annotations in different "
2520
+
"subfolders will overwrite each other.",
2519
2521
)
2520
-
2521
2522
logger.info(
2522
-
"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."
2523
+
"The JSON files should follow a specific naming convention, matching file names already present "
2524
+
"on the platform. Existing annotations will be overwritten"
2523
2525
)
2524
2526
logger.info("Existing annotations will be overwritten.",)
2525
-
logger.info(
2526
-
"Uploading all annotations from %s to project %s.", folder_path, project_name
2527
-
)
2528
-
2529
2527
annotation_paths=get_annotation_paths(
2530
2528
folder_path, from_s3_bucket, recursive_subfolders
2531
2529
)
2532
2530
logger.info(
2533
-
"Uploading %s annotations to project %s.", len(annotation_paths), project_name
2531
+
f"Uploading {len(annotation_paths)} annotations from {folder_path}to the project {project_folder_name}."
0 commit comments