Ankan Ghosh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,6 @@ import gradio as gr
|
|
6 |
# img1 = cv2.imread("boy.jpg", cv2.IMREAD_COLOR)
|
7 |
# img2 = cv2.imread("family.jpg", cv2.IMREAD_COLOR)
|
8 |
|
9 |
-
# Load the DNN model.
|
10 |
-
modelFile = "../model/res10_300x300_ssd_iter_140000.caffemodel"
|
11 |
-
configFile = "../model/deploy.prototxt"
|
12 |
-
|
13 |
# Read the model and create a network object.
|
14 |
net_model = cv2.dnn.readNetFromCaffe(prototxt=configFile, caffeModel=modelFile)
|
15 |
|
|
|
6 |
# img1 = cv2.imread("boy.jpg", cv2.IMREAD_COLOR)
|
7 |
# img2 = cv2.imread("family.jpg", cv2.IMREAD_COLOR)
|
8 |
|
|
|
|
|
|
|
|
|
9 |
# Read the model and create a network object.
|
10 |
net_model = cv2.dnn.readNetFromCaffe(prototxt=configFile, caffeModel=modelFile)
|
11 |
|