Hamza011 commited on
Commit
a5abe0c
·
verified ·
1 Parent(s): 60c153a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ CLASSES = [
21
  ]
22
 
23
  # Initialize the OpenCV DNN network
24
- net = cv2.dnn.readNetFromTensorflow(model_path, config_path)
25
 
26
  # Function to process the video frame and detect objects
27
  def detect_objects_in_frame(frame):
 
21
  ]
22
 
23
  # Initialize the OpenCV DNN network
24
+ net = cv2.dnn.readNetFromTensorflow(config_path,model_path)
25
 
26
  # Function to process the video frame and detect objects
27
  def detect_objects_in_frame(frame):