YOLOv8-DeepSORT-Object-Tracking
YOLOv8-DeepSORT-Object-Tracking copied to clipboard
YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT
when i train, i get: w, h = self.font.getsize(label) # text width, height ^^^^^^^^^^^^^^^^^ AttributeError: 'FreeTypeFont' object has no attribute 'getsize' and: w, h = self.font.getsize(label) # text width, height...
When retrained your model yolov8l.pt with custom dataset and then used best. pt for prediction it giving following errors: ModuleNotFoundError: No module named 'ultralytics.nn.modules.conv'; 'ultralytics.nn.modules' is not a package !python...
Firstly, thank you for your contribution. I followed the instructions to download the predict.py file, but when I run it I get the following error, python: can't open file 'predict.py':...
After I unzip the deep_sort_pytorch zip file, and i run the code like: !python predict.py source="test1.mp4" The model have the problem below, i reall appreciate if you help me to...
I've been trying for some time to fix this error but always receive this error (using python 3.10 and already updated pip) Obtaining file:///C:/Users/Christopher%20Then/OneDrive/Documents/Ngee%20Ann%20Poly%20Year%203/Vaxtor%20Object%20Detector/TestVision2/YOLOv8-DeepSORT-Object-Tracking Preparing metadata (setup.py) ... done Requirement...
I want to add the new detect-lines in the frame for another counting, can someone help me?
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...
(deepsort) D:\download1\YOLOv8-DeepSORT-Object-Tracking-main\ultralytics\yolo\v8\detect>python predict.py model=yolov8l.pt source="test3.mp4" show=True Traceback (most recent call last): File "predict.py", line 13, in from ultralytics.yolo.engine.predictor import BasePredictor File "d:\download1\yolov8-deepsort-object-tracking-main\ultralytics\__init__.py", line 5, in from ultralytics.hub import checks File...
Hi, I am trying to display the measured distance in the bounding boxes. Can someone help? We already have the 'd_meters', can it be used to display on the bounding...
Hi there, thanks for making a contribution. I can't load this website to get in, is there any way I can get in? Thanks! https://drive.google.com/drive/folders/1kna8eWGrSfzaR6DtNJ8_GchGgPMv3VC8?usp=sharing