deep_sort_pytorch
deep_sort_pytorch copied to clipboard
MOT using deepsort and yolov3 with pytorch
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...
 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 /...
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...
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  However, in the code implemented by pytorch that code refer to, it simply conducted a...