TensorflowDeepSortTracking icon indicating copy to clipboard operation
TensorflowDeepSortTracking copied to clipboard

Tensorflow object detection with tracking based on the DeepSort algorithm

Results 15 TensorflowDeepSortTracking issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

How can I implement a custom tensorflow model?

Hi, I am trying to implement this tracker for custom trained SSD model with 3 classes. But some reason the detections are not seen. What are the other changes need...

I have had chance to deeply study this project and the original deep sort project. And I review SORT and deep sort paper. Main difference between SORT and deep SORT...

when doing 'python object_tracking.py' ,turned out "ImportError:No module named ObjectTracking.deep_sort_tracker" ![image](https://user-images.githubusercontent.com/48613186/66629490-7a8c9980-ec34-11e9-9450-1cfb374a555d.png)

Is it possible to read images from the folder. Images have been taken from the panoramic camera on moving bike. How can be achieved with your code? Thanks.

I have a 'video.avi' file in the main directory, and I'd like to run this tracker on it. It seems like the only change I would need to make would...