diff --git a/detection.py b/detection.py index 18dc686..efc637c 100644 --- a/detection.py +++ b/detection.py @@ -22,8 +22,8 @@ CAMERAS = [ {"source": 0, "coordinates": {"latitude": 18.5204, "longitude": 73.8567}}, - {"source": "D:\\EDAI-FUNCTION-1610\\Crowd_monitoring\\crowd2.mp4" , "coordinates":{"latitude": 18.5250, "longitude": 73.8567}}, - {"source": "D:\\EDAI-FUNCTION-1610\\Crowd_monitoring\\crowd.mp4" , "coordinates": {"latitude": 18.5369, "longitude": 73.8567}} + {"source": "https://raw.githubusercontent.com/erenyeager101/Crowd_monitoring/main/crowd.mp4" , "coordinates":{"latitude": 18.5250, "longitude": 73.8567}}, + {"source": "https://raw.githubusercontent.com/erenyeager101/Crowd_monitoring/main/crowd2.mp4" , "coordinates": {"latitude": 18.5369, "longitude": 73.8567}} ] # MongoDB connection setup @@ -145,4 +145,4 @@ def main(): thread.join() if __name__ == "__main__": - main() \ No newline at end of file + main()