object-tracking-line-crossing-area-intrusion icon indicating copy to clipboard operation
object-tracking-line-crossing-area-intrusion copied to clipboard

Deep learning based object tracking with line crossing and area intrusion detection

Results 9 object-tracking-line-crossing-area-intrusion issues
Sort by recently updated
recently updated
newest added

I have checked the cos_sim_matrix is always filled with zeros. So even if you change the thresold nothing will happen. The id is changing only from timeout.

@yas-sim Thanks for creating this project. I managed to get your project working in both openvino2021.4.2 and openvino2022.1.0 using a podman container by roughly following the install documented here https://github.com/balena-io-examples/balena-OpenVino/blob/master/openvino/Dockerfile.template...

File "object-detection-and-line-cross.py", line 11, in from openvino.preprocess import PrePostProcessor, ResizeAlgorithm ModuleNotFoundError: No module named 'openvino.preprocess'、 谁能教教我

Dear Author, When I am running the codes python object-detection-and-line-cross.py and python audio_playback_bg.py, I am getting the following error. File "C:\Users\Ishan.Borkar\Documents\October 2021\21-10-2021(object tracking line crossing)\object-tracking-line-crossing-area-intrusion-master\audio_playback_bg.py", line 3, in import pyaudio...

Hi, I have installed all the requirements, when i ran `object-detection-and-line-cross.py` i'm getting this error ``` File "object-detection-and-line-cross.py", line 330, in sys.exit(main() or 0) File "object-detection-and-line-cross.py", line 233, in main...

Exception: Path to the model intel/pedestrian-detection-adas-0002/FP16/pedestrian-detection-adas-0002.xm1doesn't exist or it's a directory This file exists in my folder,but still getting error

On opening the [Model Downloader](https://github.com/yas-sim/tools/downloader/README.md) , the page shows error404

Why when i run my own py project get error : from .ie_api import * importerror dll load failed

Hello! Your repo is very helpful for me! But I find one unnecessary action in your code. Your func calcVectorAngle is unnecessary Your code in line_boundary_check.py: ``` def calcVectorAngle( point1,...