We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d419158 commit e8dd12cCopy full SHA for e8dd12c
roboflow/models/inference.py
@@ -169,8 +169,8 @@ def predict_video(
169
170
url = urljoin(API_URL, "/video_upload_signed_url?api_key=" + self.__api_key)
171
172
- if fps > 5:
173
- raise Exception("FPS must be less than or equal to 5.")
+ # if fps > 5:
+ # raise Exception("FPS must be less than or equal to 5.")
174
175
for model in additional_models:
176
if model not in SUPPORTED_ADDITIONAL_MODELS:
0 commit comments