File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2414,6 +2414,9 @@ def upload_videos_from_folder_to_project(
24142414 """Uploads image frames from all videos with given extensions from folder_path to the project.
24152415 Sets status of all the uploaded images to set_status if it is not None.
24162416
2417+ .. note::
2418+ Only works on Image projects.
2419+
24172420 :param project: project name or folder path (e.g., "project1/folder1")
24182421 :type project: str
24192422
@@ -2508,6 +2511,9 @@ def upload_video_to_project(
25082511 """Uploads image frames from video to platform. Uploaded images will have
25092512 names "<video_name>_<frame_no>.jpg".
25102513
2514+ .. note::
2515+ Only works on Image projects.
2516+
25112517 :param project: project name or folder path (e.g., "project1/folder1")
25122518 :type project: str
25132519
You can’t perform that action at this time.
0 commit comments