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
"The function does not support projects containing videos attached with URLs"
2492
2523
)
2493
2524
2525
+
ifrecursive_subfolders:
2526
+
logger.info(
2527
+
"When using recursive subfolder parsing same name annotations in different subfolders will overwrite each other.",
2528
+
)
2529
+
2530
+
logger.info(
2531
+
"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."
2532
+
)
2533
+
logger.info("Existing annotations will be overwritten.",)
2534
+
logger.info(
2535
+
"Uploading all annotations from %s to project %s.", folder_path, project_name
2536
+
)
2537
+
2494
2538
annotation_paths=get_annotation_paths(
2495
2539
folder_path, from_s3_bucket, recursive_subfolders
2496
2540
)
2541
+
logger.info(
2542
+
"Uploading %s annotations to project %s.", len(annotation_paths), project_name
0 commit comments