ivy
ivy copied to clipboard
Video-based object counting software.
@nicholaskajoh, I really appreciate your project. An issue I am experiencing is I'm still receiving GStreamer warnings despite the HEADLESS=True setting in the .env file (I used the .env.example). The...
Hello, I've setup this repo on wsl2 ubuntu22.04 with opencv 4.5.5 cuda enabled 11.7. Hoever unless I setup this 608 x 608 images size or larger, won't get any detection...
I am getting the following error when I try to run the main program - E:\ivy>python -m main Traceback (most recent call last): File "C:\Users\sriks\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return...
First of all, I want to say that this is a wonderful project and I had a blast experimenting with it. Thank you very much. However, one thing I noticed...
if I consider object approaching towards the ref line as IN, How can I modify so that I can get the count of object going OUT of the ref line
Its observed that video is run on loop unless user presses q to exit it manually. Any way to stop this loop from running continuously?
Hi, Can anyone help me to solve this out? Traceback (most recent call last): File "Vehicle_Counting.py", line 168, in vehicle_counter = VehicleCounter(frame, detector, tracker, droi, args.showdroi, mcdf, mctf, di, args.clposition)...
I'm new to this can u help me to run this code.when I download the zip.i got many errors .like path not set.I changed the path of video to my...
Hello everyone and thank you @nicholaskajoh for this amazing repo. Wondering has anyone implemented this using the yolov5 object detector? The reason I ask is because I'm a little confused...
Hello i am very new to this can you guide me how i can run it on simple video or webcam, yolo as detector. Thanks