Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -326,7 +326,7 @@ def process_video(feature, video):
|
|
326 |
"People Tracking": PeopleTracking,
|
327 |
"Fall Detection": FallDetection,
|
328 |
"Fight Detection": FightDetection,
|
329 |
-
"Intrusion Detection" :
|
330 |
}
|
331 |
try:
|
332 |
detector = detectors[feature]()
|
|
|
326 |
"People Tracking": PeopleTracking,
|
327 |
"Fall Detection": FallDetection,
|
328 |
"Fight Detection": FightDetection,
|
329 |
+
"Intrusion Detection" : detect_intrusion
|
330 |
}
|
331 |
try:
|
332 |
detector = detectors[feature]()
|