-
https://github.com/ifzhang/ByteTrack
-
I try to deploy the bytetrack_s model on jetson nano with the same code. It just doesn't work. Any help?
### success on amd64
![image](https://user-images.githubusercontent.com/20262193/147072053-65…
-
@HanGuangXin hi htnaks for sharing your codebase i am having issues while training on MOT17 and MOT20 below is the error "
Traceback (most recent call last):
File "tools/train.py", line 122, …
-
-
I have trained the detector model in mmdetection with multiple classes , if i want to fed the "person" class outputs alone from the detector model to the reid model during inference , can i do that us…
-
-
Hi,
I am running the ./bytetrack compiled program according to https://github.com/ifzhang/ByteTrack/tree/main/deploy/TensorRT/cpp
For yolox_s_mix_det, it is a success:
![image](https://user-ima…
lpkoh updated
3 years ago
-
I'm tending to run tools/track_deepsort.py but I have this error :
No such file or directory: 'datasets/mot/annotations/val_half.json'
any help, please.
-
Hi @ifzhang ,
Thanks for another nice work. I have a question,
If I want to use ByteTrack for other tracker eg FairMOT, do I need to train the model again, or can I use arleady trained model?
be…
-
ByteTrack自体は高速なアルゴリズムであるが、物体検出にYOLOXの高解像度版を使用しているため、Webカメラでデモをするには重い。そのため、model_typeにyolox_sとyolox_tinyを与えられるようにする。
YOLOX_S、YOLOX_TINY
https://github.com/axinc-ai/ailia-models/tree/master/object_d…