Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -414,7 +414,7 @@ class LoiteringDetector:
|
|
414 |
return output_path
|
415 |
|
416 |
|
417 |
-
|
418 |
detectors = {
|
419 |
"Crowd Detection": CrowdDetection,
|
420 |
"People Tracking": PeopleTracking,
|
|
|
414 |
return output_path
|
415 |
|
416 |
|
417 |
+
def process_video(feature, video, area=None):
|
418 |
detectors = {
|
419 |
"Crowd Detection": CrowdDetection,
|
420 |
"People Tracking": PeopleTracking,
|