Skip to content

Commit e8dd12c

Browse files
committed
remove fps limit
1 parent d419158 commit e8dd12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboflow/models/inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ def predict_video(
169169

170170
url = urljoin(API_URL, "/video_upload_signed_url?api_key=" + self.__api_key)
171171

172-
if fps > 5:
173-
raise Exception("FPS must be less than or equal to 5.")
172+
# if fps > 5:
173+
# raise Exception("FPS must be less than or equal to 5.")
174174

175175
for model in additional_models:
176176
if model not in SUPPORTED_ADDITIONAL_MODELS:

0 commit comments

Comments
 (0)