Skip to content

Commit

Permalink
Update geti_sdk/geti.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ludo Cornelissen <[email protected]>
  • Loading branch information
igor-davidyuk and ljcornel committed Sep 12, 2024
1 parent 55c0e12 commit e0a9c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geti_sdk/geti.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ def upload_and_predict_video(
extraction. Predictions are only generated for the extracted frames. So to
get predictions for all frames, `frame_stride=1` can be passed.
:param project: Project object to upload the video to
:param project: Project to upload the video to
:param video: Video or filepath to a video to upload and get predictions for.
Can also be a 4D numpy array or a list of 3D numpy arrays, shaped such
that the array dimensions represent `frames x width x height x channels`,
Expand Down

0 comments on commit e0a9c5b

Please sign in to comment.