mkhodary101 commited on
Commit
b83bdcd
·
verified ·
1 Parent(s): 40068e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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" : IntrusionDetection
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]()