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

Firstly I processed the datasets 1. i move the 0001_xxx.jpg to the folder train/0001(0001 is the name of the car) 2. the same process on the test(the training data does...

1 .how to prepare custom dataset,if it is enough to put images of one ID into individual folders.like this. -data -train -0001 -.jpg -.jpg -0002 -.jpg -0003 ...... -test -0001...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.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...

dependencies

I download the market1501 dataset and reorganize the train and test dataset, but when I train the model, the train accuracy increase but the test accuracy is alwanys very low,...

Hi, how can I use a different Re-ID model to improve ID accuracy?

Hello,given a video sequence, is it normal to get the fps results range from 10 to 18 fps? 您好,输入一段视频,得出来的FPS结果不甚高,只有10~18FPS?一般来说,FPS能达到多少呢?

当我在用fastreid的时候,报了以下错误 Traceback (most recent call last): File "deepsort.py", line 178, in with VideoTracker(cfg, args, video_path=args.VIDEO_PATH) as vdo_trk: File "deepsort.py", line 43, in init self.deepsort = build_tracker(cfg, use_cuda=use_cuda) File "/home/lihenian/mytest-01/deep_sort_pytorch-master/deep_sort/init.py", line...

Hi, i noticed that in the `update` method in class [`Tracker`](https://github.com/ZQPei/deep_sort_pytorch/blob/master/deep_sort/sort/tracker.py),for the unmatched tracks, they didn't call the `increment_age` method. Does that mean the unmatched tracks' `time_since_update` will not be...