diff --git a/README.md b/README.md index 339aed3..90e3b2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Intruder Detector +# Intruder Detector | Details | | | --------------------- | ----------------- | @@ -289,3 +289,4 @@ python3 intruder_detector.py -lb ../resources/labels.txt -l /opt/intel/openvino ``` Follow the readme provided [here](./UI) to run the web based UI.
__Note:__ The browser UI does not support when the application is run using the option to loop the video. +................ diff --git a/UI/resources/videos/video1.mp4 b/UI/resources/videos/video1.mp4 new file mode 100644 index 0000000..e69de29 diff --git a/application/__pycache__/inference.cpython-37.pyc b/application/__pycache__/inference.cpython-37.pyc new file mode 100644 index 0000000..dcbb70b Binary files /dev/null and b/application/__pycache__/inference.cpython-37.pyc differ diff --git a/application/intruders.log b/application/intruders.log new file mode 100644 index 0000000..e69de29 diff --git a/resources/person-bicycle-car-detection.mp4 b/resources/person-bicycle-car-detection.mp4 new file mode 100644 index 0000000..d5e116e Binary files /dev/null and b/resources/person-bicycle-car-detection.mp4 differ