-
I use the origin yolov3 weights to predict my own dataset, and the prediction result is not bad. However, the speed of the prediction can not meet the requirement.
My task is about detecting cars a…
-
I have fixed the code in heatmap.py, so that the heatmap effect remains even when there are no objects on the screen. Without this fix, the program would crash when objects disappear from the screen.
…
-
Hello sir, I want to use this code in the purpose of counting cars, Pedestrians, trucks, buses, bikes moving in the junction, so that camera video, I want the separate the based on the direction and t…
-
import numpy as np
import supervision as sv
from ultralytics import YOLO
import cv2
from datetime import datetime
#import cupy as cp
model = YOLO("yolov8x.pt")
#batch_size = 2
tracker = sv…
-
Hi everyone, I am totally new for this project. I have installed YOLOv3, and I trained it by VOC. Now I can run the video by the command: ./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.we…
-
Thanks for this tools to help us analysis the smartseq3 data,but when i using the parameter “additional_files” to add a exogenous sequence,the result without this sequence is not a umicount of 0, othe…
-
Hello everyone, I have a server using nodejs mongo and dlib for tracking and counting cars, sending some info to mongo, however I have this running in docker, although I can get it out of docker it se…
-
Hi,
In addition to detecting objects from a video, I want to count. I'm following the code here :
https://github.com/arunponnusamy/cvlib/blob/master/examples/object_detection_webcam_yolov3_tiny.p…
-
How to adjust the configuration in Opendatacam so that it tracks an object without interruption?
In my case I am counting driving cars in a video. I noticed under pathfinder that the tracker loses t…
-
Hello everyone, I have a server using nodejs mongo and dlib for tracking and counting cars, sending some info to mongo, however I have this running in docker, although I can get it out of docker it se…