-
Hi Sir,
Thanks for this amazing work. I am using your Yolov4+DeepSort project but the speed is very slow. Is it possible to combine Tiny_Yolov4+DeepSort? Where we should make changes for t…
-
Hi,
1-Is there any way to use Tiny-yolov4 + deepSort?
2- in the NVIDIA NX yolov3+DeepSort is very slow. Is it possible to use TensorRT to optimize yolov3 or v4 and then combine with …
-
Hey @MatPiech,
Can you please help me.
I tried you [code ](https://github.com/MatPiech/DeepSORT-YOLOv4-TensorRT-OpenVINO)but I facing issue with openvino model,
I follow all your instructions bu…
-
File "D:\Vehicle-Counting-master\vehicles-counting-yolov4-deepsort\object_tracker.py", line 302, in run
tracker.update(detections)
File "D:\Vehicle-Counting-master\vehicles-counting-yolov4-…
-
Traceback (most recent call last):
File "D:\Vehicle-Counting-master\vehicles-counting-yolov4-deepsort\testw\lib\site-packages\tensorflow_core\python\ops\gen_array_ops.py", line 11288, in tile
…
-
I already have a YoloV4-Tiny model that trained on grayscale image. I change save_model.py input layer to
```
if FLAGS.grayscale:
input_layer = tf.keras.layers.Input([FLAGS.input_size, FLAGS.inpu…
-
Running the `save_model.py` code on Nvidia Jetson TX2 with Jetpack 4.4.1 installed, python3.6, Cuda 10.2.
Stack trace:
```
~/yolov4-deepsort$ python3 save_model.py --model yolov4-tiny
2021-01-0…
-
https://github.com/deyiwang89/pytorch-yolov4-deepsort/blob/ca5730c857a203f12d6145fe27f6126ea1aa60cc/deep_sort/deep/utilsss.py#L54
-
Good evening,
I have been trying using the converted model today for object detection with deepsort, without result. Before that, I tried testing it as underlined by you, using the inference command…
-
I have trained a 1 channel yolo4 model and verified that it is working. However, when I run
`python save_model.py --weights ./data/yolov4_1Chanell.weights --output ./checkpoints/yolov4-416 --input_si…