| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -166,7 +166,7 @@ def test_streaming_automl_object_tracking(capsys, video_path): | |||
| 166 | 166 | @pytest.mark.flaky(max_runs=3, min_passes=1) | |
| 167 | 167 | def test_streaming_automl_action_recognition(capsys, video_path): | |
| 168 | 168 | project_id = os.environ["GOOGLE_CLOUD_PROJECT"] | |
| 169 | - model_id = "6597443600609443840" | ||
| 169 | + model_id = "6652522536091254784" | ||
| 170 | 170 | beta_snippets.streaming_automl_action_recognition(video_path, project_id, model_id) | |
| 171 | 171 | out, _ = capsys.readouterr() | |
| 172 | 172 | assert "segment" in out | |
| Back | FazBrowse Home | New Git URL |
0 commit comments