File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -441,9 +441,10 @@ class VideoScene(ABC):
441
441
attachment_type (str): The type of attachments being uploaded as a string literal.
442
442
Currently, videos can only be uploaded as an array of frames, so the only
443
443
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.
447
448
metadata (Optional[Dict]): Optional metadata to include with the scene.
448
449
449
450
Refer to our `guide to uploading video data
You can’t perform that action at this time.
0 commit comments