Skip to content

Commit 1f275d2

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
updates in docs
1 parent 1f87f32 commit 1f275d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)