-
We are currently experimenting the application of SOTA trackers such as ByteTrack and OC-SORT, to our fish tracking dataset. We would like to test the results of StrongSORT but we could not find a gui…
-
ByteTrack の公開実装を動かしてみる。
ここでは 2021/12/19 時点の main ブランチの HEAD (8d52fbdf) で確認を行う。
-
Hi there, Thanks for your work!
But I want to know the difference with the origin ByteTrack. Is your method faster than the origin ByteTrack?
-
你好,请问我怎样才能让班级名称出现?
-
loss_ id and total_ loss sometimes becomes Nan. I'm not sure if this is normal
![b6473bba5a103a324fbae6212be8d6e](https://user-images.githubusercontent.com/25499076/173484841-90dcd050-fc32-4c33-8d19-…
-
## Description:
I followed the steps in README.md to reproduce the demo result. The script could run successfully, but only 1 bbox is shown per video frame and the output text file contains only 1 b…
-
I successfully ran the code last week. But i failed today.
I strcutly follow the readme, and installed libglib2.0-dev.
I want to test the video you provided.
> python3 tools/demo_track.py --de…
-
我看到base_tracker.py文件中,def update函数中添加的Id_feature似乎并没有使用,这个文件是不是弃用了,使用base_tracker_FairMOT.py代替了?
demo_track.py有更新的计划吗?似乎只更新了一点
-
run python3 tools/train.py -f exps/example/mot/yolox_x_mot17_half.py -d 1 -b 1 --fp16 -o -c pretrained/yolox_x.pth
ERROR | yolox.core.launch:90 - An error has been caught in function 'launch'…
-
MOT格式来训练reid,MOT转的COCO格式训练yolox吗?如果是这样请问训练接口在哪里呢,