Spaces:
Sleeping
Sleeping
Update app1.py
Browse files
app1.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
|
4 |
# Load the SSD model and configuration
|
5 |
model_path = 'ssd_mobilenet_v2_coco.pb' # Path to the pre-trained SSD model
|
6 |
-
config_path = '
|
7 |
|
8 |
# Load the class labels from the COCO dataset
|
9 |
CLASSES = [
|
|
|
3 |
|
4 |
# Load the SSD model and configuration
|
5 |
model_path = 'ssd_mobilenet_v2_coco.pb' # Path to the pre-trained SSD model
|
6 |
+
config_path = ' pipeline.config' # Path to the deploy prototxt file
|
7 |
|
8 |
# Load the class labels from the COCO dataset
|
9 |
CLASSES = [
|