-
Hi, I have used bytetrack to train a multi-target tracking model. However, when testing, the generated .pkl file only has 6 entries for "track_bboxes", how can I get the frame ID, track ID, top left c…
-
Hi guys, I have followed the instructions for evaluating the ByteTrack benchmark on the test set, however I only get a HOTA of 43.627 instead of 47.225 as stated in [your paper](https://openaccess.the…
-
您好,请问ByteTrack是不需要训练的吧,就是说我想训练自己的其他类别数据集,只需要训练YOLOv7然后再track_demo.py中更换权值文件就可以嘛。
-
Hi,
Couild I check if https://github.com/PaddlePaddle/PaddleDetection/blob/develop/configs/mot/bytetrack/README_cn.md is the ppbytemot model submitted to MOT17 Challenge with 79.4 MOT score? It say…
lpkoh updated
2 years ago
-
I tried following commands to try out ReID on my custom 15 seconds video with three people walking, getting occluded behind two trees and emerge back from behind tree.
Single class yolox:
…
-
你好,我看示例代码,ByteTrack好像只跟踪了人这一类目标,如果要跟踪多类目标呢,是创建多个Track,一个Track对应一类目标吗,还是修改Track代码,让他去判断类别,去跟踪,这样两者耗时是不是会不一样,哪种耗时比较多呢
-
Hi,
We have vehicle detection system which is running on the road intersection .
Every frame there is around 60- 90 objects. (20fps)
Can bytetrack handle this amount realtime ? we have 2 co…
-
Hello! I would like to use Bytetrack with my own custom detector.
I followed the example you gave in your README document, but I wasn't really sure how to interpret the results.
I ran this block o…
-
I find a bug whiling using bytetrack algorithm of this "pip install version"
when i invoke the bytetrack class, i input det matrix
currently the type of bbox in det is tlbr
From xyxy2xywh func…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Pred…