Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/superannotate/lib/app/interface/sdk_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2826,7 +2826,7 @@ def get_annotations_per_frame(project: NotEmptyStr, video: NotEmptyStr, fps: int
@Trackable
@validate_arguments
def upload_priority_scores(project: NotEmptyStr, scores: List[PriorityScore]):
"""Returns per frame annotations for the given video.
"""Upload priority scores for the given list of items.

:param project: project name or folder path (e.g., “project1/folder1”)
:type project: str
Expand Down