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 59015df commit 75b4f04Copy full SHA for 75b4f04
pipeline/pipeline.py
@@ -16,5 +16,4 @@
16
)
17
current_traffic_camera_objects.append(traffic_camera_obj)
18
19
- m = Model()
20
- m.predict(current_traffic_camera_objects)
+ # Model.predict(current_traffic_camera_objects)
0 commit comments