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"
2600
2600
)
2601
2601
2602
+
ifrecursive_subfolders:
2603
+
logger.info(
2604
+
"When using recursive subfolder parsing same name annotations in different subfolders will overwrite each other.",
2605
+
)
2606
+
2607
+
logger.info(
2608
+
"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."
2609
+
)
2610
+
logger.info("Existing annotations will be overwritten.",)
2611
+
logger.info(
2612
+
"Uploading all annotations from %s to project %s.", folder_path, project_name
2613
+
)
2614
+
2602
2615
annotation_paths=get_annotation_paths(
2603
2616
folder_path, from_s3_bucket, recursive_subfolders
2604
2617
)
2618
+
logger.info(
2619
+
"Uploading %s annotations to project %s.", len(annotation_paths), project_name
0 commit comments