PointTrack
PointTrack copied to clipboard
PointTrack (ECCV2020 ORAL): Segment as Points for Efficient Online Multi-Object Tracking and Segmentation
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 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...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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...
Hi, When I try to execute the command **python -u datasets/ParseKINSInstance.py** I receive the following error ------------------------ multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/pool.py", line 121, in worker...
Hello, Thank you for the amazing repo, I 'm asking for a script to test a live / recorded video, to check this tracker on my videos ^^ Thank you
Hi @detectRecog, would you kindly provide the validation outputs, since many people(#13 ) were not able to reproduce the exact result claimed on paper. It would be helpful for us...
Hi, when I ran your test on validation, I got such results: Evaluate class: Cars sMOTSA MOTSA MOTSP MOTSAL MODSA MODSP Recall Prec F1 FAR MT PT ML TP FP...
Dear Author, When I run `python test_tracking.py car_test_tracking_val`, I met this problem: Traceback (most recent call last): File "test_tracking.py", line 102, in embeds = model(points, None, xyxys, infer=True) File "/tmp-data/lyuwei/miniconda3/envs/pointtrack/lib/python3.6/site-packages/torch/nn/modules/module.py",...
Hello @detectRecog I was wondering how the variables `reid_euclidean_scale` and `reid_euclidean_offset` were calculated [here](https://github.com/detectRecog/PointTrack/blob/520ba222e4de7ca15a127cd3cc1b5c6cb35ca112/utils/mots_util.py#L108)? How should these be set for a custom class? Thanks for your help!
First of all, thanks for your major contributions to the multi object tracking and segmentation! I would like to apply PointTrack on a custom dataset. Nevertheless, I have some questions...
Hello @detectRecog , thank you for making your code public and for proving a very interesting approach to tracking. I have the same question as @ljjyxz123 in issue #16 ....