YOLOv7-DeepSORT-Object-Tracking icon indicating copy to clipboard operation
YOLOv7-DeepSORT-Object-Tracking copied to clipboard

YOLOv7 Object Tracking using PyTorch, OpenCV and DeepSORT

Results 5 YOLOv7-DeepSORT-Object-Tracking issues
Sort by recently updated
recently updated
newest added

hi sometimes the deepsort will match 2 different label objects into the same id? are there some solutions?

for i in range(self.nl): # anchors, shape = self.anchors[i], p[i].shape anchors, shape = self.anchors[i],(torch.tensor([p.cpu().detach().numpy() for p in p[i]])).cuda().shape#Modify the above gain[2:6] = torch.tensor(shape)[[3, 2, 3, 2]] # xyxy gain An...

hi,Can't get attribute 'SegmentationModel',What's going on here

Hi, Thanks for your code

Salam Alikum brother,i am still working on my project based on your helpful codes....https://github.com/MuhammadMoinFaisal/YOLOv7-DeepSORT-Object-Tracking .... but when i run your code... i cant see the border box on detected objects...why??...