-
Dear author First I'd like to thank you for amazing contribution.
Iam working on Containerizing the project. I followed the readme file and installed all dependencies.
my current issue is in the lin…
-
Hi,
I cannot find a deepsort for yolov4 in darknet format.
I can find it for Tensorflow yolov4 and for yolov5 but I love darknet....
any pointers?
thanks
-
I used the tutorial for training yolov4 to create my own weights to detect a certain object. I then tried to use those weights in the deepsort colab. so, instead of downloading yolov4.weights I put my…
-
I changed .cfg file for small objects like here: https://github.com/AlexeyAB/darknet#how-to-improve-object-detection
and when I run `python save_model.py --model yolov4` , I got this error:
File…
-
Hi,
first of all thanks for the awesome library! I am testing it right now and it is very nice to see YOLO4tiny implemented. However, I am into tracking stuff and while the YOLO could be implemented …
-
Very helpful. Thank you very much!
`! pip uninstall tensorflow`
`! pip install tensorflow==2.3.0`
It can be helpful. Put this snippet right before Step 5.
_Originally posted by @seawavve in ht…
-
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 versions :
tens…
-
https://github.com/AlexeyAB/darknet/issues/6004
Sounds very interesting as current state of the art tracking method is DeepSORT which use features from the images to perform tracking.. but is very …
-
Hey guys, specially @AlexeyAB for sure :-)
Is there any deepsort (or any other tracker) implementation for the darknet_video.py script which i've missed so far (i'm using the yolov4 version) or do …
-
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 to TensorFl…