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 already get final weight (custom my data) from pretrain yolo4.con.137. but i cant convert to .pb. it show error on save_model.py conv_weights = conv_weights.reshape(conv_shape).transpose([2, 3, 1, 0]) ValueError: cannot...

I've tried to run the command `python object_tracker.py --weights ./checkpoints/yolov4-tiny-416 --model yolov4 --video ./data/video/test.mp4 --output ./outputs/tiny.avi --tiny` It takes an eternity to get to the print "Frame #:1" and it...

Hello, I am trying to track object in 3 different cameras using deep-sort. So my question is how I can track the objects and assign them same ID for the...

Running for.a video after some frame the algorithm return this exception. i iou_matching.py:39: RuntimeWarning: invalid value encountered in true_divide return area_intersection / (area_bbox + area_candidates - area_intersection) Traceback (most recent...

Hello, I 'm new in ml and I really feel the need to thank you for your tutorial. I tried a set up really interesting. I downloaded the Larix Broadcaster...

Hi, thanks in advance to anyone who takes the time to have a look at this, I've hit a wall with trying to fix it and I need to get...

Hi, What parts of the code I need to change to use CenterNet instead of yolo? For instance, with [CenterNet Hourglass 512x512 with keypoints](http://download.tensorflow.org/models/object_detection/tf2/20200711/centernet_hg104_512x512_kpts_coco17_tpu-32.tar.gz). Best

I try to use the project with the yolov4 model of darknet project (https://github.com/AlexeyAB/darknet) trained for my own set of objects. When I used the coco weitghs of your link...

I Have tried fine-tuning a pre-trained yolov4 model, by using a custom dataset that has vehicles from different angles. Once the training finished I converted the model from darknet format...

Hi, I appreciate your project. Can you release a new version that contains the following functions. After inputting the video, it will be tested and output the screenshots of each...