-
Hiii...
I am using darkflow for object detection and deep-sort for tracking. But when I am running this with tiny-yolo weights and FLAG.gpu=0.3 it uses 35 - 45% CPU. I have installed tensor…
-
Firstly, I am sorry for posting this as an issue.
I am trying to build a Multi Camera Person Tracking system. I want to save and utilize the features extracted by one camera in footage from other …
-
Hello,
So I'm working on this project on which I should detect moving object throughout a street lamp view camera, and for that I need to save tracking id of each detected object in movement. I su…
-
Thanks for the good work! I am looking to change the interval of detection. For instance, run detection every other frame, but run tracker on every frame. This is important for two reasons: firstly, i…
-
# Object Tracking using YOLOv3, Deep Sort and Tensorflow
This repository implements YOLOv3 and Deep SORT in order to **perfrom** real-time object tracking. Yolov3 is an algorithm that uses deep convo…
-
Hello,
I am using your component in the restauration of the old Tomboy (*)
Can you give an example on how to use Undo/Redo in a KMemo ?
Thank you
(*) https://github.com/grosjo/tomboy-rebo…
-
hello, the pretrained model(yolov8l.pt) didn't fit my dataset, so I want to train on my own dataset. But I don't know how to train it, could you give me some advice? Thanks.
-
I get the following error when running on Jetson Orin Nano development kit:
> user@user-orin:~/YOLOv8-DeepSORT-Object-Tracking/ultralytics/yolo/v8/detect$ python predict.py model=yolov8l.pt source=…
-
How to clear the update tracking function to start tracking again?
-
Hi, I'm trying to understand the overall behavior of this project... It works but I don't know how.
From what I understood:
- Using Yolo you retrive the bb coordinates for person
- Invoking SORT to…