-
I have a problem is about that using ByteTrack in Multiple Class Multiple Object Tracking,
I am using my trained yolov5 as a backbone detector to detect objects on road, including vehicle, bicycle, p…
-
您好,问个问题,执行python3 tools/train.py -f exps/example/mot/yolox_x_ablation.py -d 3 -b 4 --fp16 -o -c pretrained/yolox_x.pth和ByteTrack运行指令一样,ByteTrack运行正常,在ByteTrack_ReID运行报错,有重新执行setup,请问这个版本的代码是可正常执行的吗?
…
-
评测结果只做了加ReID的ByteTrack和FairMot对比,请问和不加ReID的ByteTrack差了多少?
-
Hi,
where can I get max_id_dict.npz?
![image](https://user-images.githubusercontent.com/63568856/162367254-d7f144be-310e-4804-bc00-a5538592f253.png)
-
I am creating a new BYTETracker object for each video, but the tracking_ids seem to be increasing over videos. I suppose there is some sort of module level cache that I need to delete, so the track id…
-
```
root@df251e81d343:/usr/src/app/app/generate_submit_file/build# valgrind --leak-check=full ./generate_submit_file ./testjson/ ./testvideo/
==28303== Memcheck, a memory error detector
==28303== C…
-
**Describe the bug**
I installed this library using by
pip install onnxruntime-gpu
And I ran the program below:
```
import onnxruntime
print(onnxruntime.get_device())
model_path = "model/…
-
能否跟踪部分使用C++部署,进一步提供跟踪性能
-
I try to run demo track with this code
`python3 tools/demo_track.py -f exps/example/mot/yolox_x_mix_det.py -c pretrained/bytetrack_x_mot17.pth.tar --fp16 --fuse --save_result /content/MCMOT-ByteTrac…
-
**Describe the bug**
Exception has occurred: FileNotFoundError file "./configs/mot/bytetrack/bytetrack_yolox_x_mot17-private-half.py" does not exist
**Reproduction**
1. What command or script…