deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

MOT using deepsort and yolov3 with pytorch

Results 120 deep_sort_pytorch issues
Sort by recently updated
recently updated
newest added

error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully.

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

![图片](https://github.com/ZQPei/deep_sort_pytorch/assets/49955157/e1576675-38d1-46b0-b35d-c964dcdc3489) self.net.eval()

Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

def _cosine_distance(a, b, data_is_normalized=False): """Compute pair-wise cosine distance between points in `a` and `b`. Parameters ---------- a : array_like An NxM matrix of N samples of dimensionality M. b :...

Hi, Thankyou for the amazing work. I have included support for segmentation models (MaskRCNN currently), but the setup can be extended to any other detector. I have also improved some...

The reason behind removing it is that it causes errors while importing deepsort

Hi In the official code (https://github.com/nwojke/deep_sort), he focused on generative learning using cosine_softmax loss ![image](https://user-images.githubusercontent.com/99321359/206056647-36147851-fd6b-4eb9-a090-27cdbdd356d3.png) However, in the code implemented by pytorch that code refer to, it simply conducted a...