Skip to content

Commit 1cd7e8d

Browse files
authored
Add maximum frame limit to video docstring (#254)
* doc update * reformat
1 parent bc99ce3 commit 1cd7e8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nucleus/scene.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,10 @@ class VideoScene(ABC):
441441
attachment_type (str): The type of attachments being uploaded as a string literal.
442442
Currently, videos can only be uploaded as an array of frames, so the only
443443
accepted attachment_type is "image".
444-
items (Optional[List[:class:`DatasetItem`]]): List of items to be a part of
445-
the scene. A scene can be created before items have been added to it,
446-
but must be non-empty when uploading to a :class:`Dataset`.
444+
items (Optional[List[:class:`DatasetItem`]]): List of items representing frames,
445+
to be a part of the scene. A scene can be created before items have been added
446+
to it, but must be non-empty when uploading to a :class:`Dataset`. A video scene
447+
can contain a maximum of 3000 items.
447448
metadata (Optional[Dict]): Optional metadata to include with the scene.
448449
449450
Refer to our `guide to uploading video data

0 commit comments

Comments
 (0)