-
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…
-
I want to ask, at what code line do you store the previous coordinate detection before it update to new detection?
-
I am applying deep sort in my college project with yolov4 . Everything is right except in some videos bounding boxes are large and wide than YOLO. YOLO has good bounding box outcome but deep sort has …
-
I have converted some weights yolov4.weights to onnx and later to tensorrt (.trt). I would like to know how I can run these weights on the model. If anyone can help me. I am running the model on jetso…
-
GPU 2060
CUDA 10.1
Cudnn 7.65
tensorflow 2.3.0rc0
But the GPU didn't be uesd at all when running this code, and I only got about 15 FPS.
Is there any way to solve it?
-
首先感谢@weixu000做的很棒的工作!
我用yolov4+TensorRT+torch复现了这个项目,但我发现一个问题,在进行跟踪时,有时候tracker似乎并没有跟踪到目标。但是detector的检测是检测到的,并且置信度还挺高。而且看传给tracker的参数,也只是将rect传过去就可以,与置信度并无关系。
所以我想请教一下,应该如何调整跟踪参数,使得跟踪更加准确并且不会丢呢?
我看…
-
Hi, thanks for sharing the work!
would you please delete this one, think I've put it in the wrong place, sorry about that.
-
Thank you for your contribution.
cpu:i5 6500
gpu: gtx 1080
when I run this model, I only got about 2-3fps,and I use the command "nvidia-smi",the use of Gpu memory is only about 500mb/8116mb, I hav…
-
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 it done in the next week or so.
So I've trained a custom yolov4 mo…
-
Traceback (most recent call last):
File "/content/drive/My Drive/Object-Detection-and-Tracking-master/OneStage/yolo/deep_sort_yolov4/main.py", line 199, in
main(YOLO())
File "/content/driv…