yolov4-deepsort icon indicating copy to clipboard operation
yolov4-deepsort copied to clipboard

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.

Results 122 yolov4-deepsort issues
Sort by recently updated
recently updated
newest added

I am trying real-time detection using Raspberry Pi. However, due to performance problems, I want to perform the detection on another computer, but in this case can I use http://...

For some reason, tflite is running slower than any other model. I am using a RTX 2080 TI Founders edition. Using tflite before I get really high FPS. Any idea...

Hello. I am not an expert in deep learning and seeking for an help. I am trying to customize YOLOv4 with two pathologic lesions on dental panoramic radiographs. Class 1...

Hi! Just notifying that in the comments for the distance functions in the deep_sort/nn_matching file, you write that the cosine_distance function computes the squared distance between a and b, it...

Hello, I want to know how to evaluate the output? does anyone have an idea ?

I'm running yolov4-deepsort from video obtained with RealSense on a Jetson AGX Xavier. The FPS value is about 4.00 to 6.00. Is this normal? Is there something wrong? Main library...

I want to ask how to call the local camera in colab for real-time detection. When I run "!python object_tracker.py --video 0 --output ./outputs/webcam.avi --model yolov4", the system prompts me...

I am working with yolo for the first time and I would like to know if there is way in which I can get the coordinates of the identified objects...

Hello, First of all, This is so nice code for detection, tracking. I can run this code on my PC. I have a question. I want to run this code...