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

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-07 15:46:30.404746: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic...

Hello, excellent repository, I want to implement this model on a raspberry pi 4 and I would like to convert the weights to yolov4.h5 any suggestions .

The tracker isn't working. I've used the same tracker a week ago when it was working perfectly. Wanted to know if the issue was from my side.

The description says that to define cars, you just need to change the class to the ['car']. However, a pre-trained model (model_filename = 'model_data/mars-small128.pb') is used the cosine metric. This...

I'm trying to run deepSORT tracking over TensorFlow-serving. Can you let me know how can I deploy the Mars-small128 model over TensorFlow serving?

For example I want to use it on "person, car and bike", is it possible to train `deep cosine metrics` with multiple classes together for more "general" use?

Hi, Is it possible to replace the feature extractor ? Because, better person re-identification models can improve the accuracy (in a person reid specific scenario). [For example](https://github.com/KaiyangZhou/deep-person-reid/blob/master/docs/MODEL_ZOO.md)

Hi, First of all very nice implementation. In the deep sort paper, they mention that they trained encoder on mars dataset, which is essentially people discriminator, are you using same...

Hi,How can I convert the tf model to tensorrt?

I am using this model on some custom videos and even though the detection is correct at the starting point, after some point (20 sec) the model is unable to...