-
## Introduction
mmyolo (**https://github.com/open-mmlab/mmyolo**) is a repository that has several interesting Object Detection models. For example, it includes models such as YOLOv5, YOLOv7, YOLOX,…
-
I want to get MOTA and IDF1 scores on MOT20 by using **python tools/track.py -f exps/example/mot/yolox_x_mix_mot20_ch.py -b 1 -d 1 --fp16 --fuse --match_thresh 0.7 --mot20** but failed.
**Whole me…
-
### Search before asking
- [X] I have searched the Yolo Tracking [issues](https://github.com/mikel-brostrom/yolo_tracking/issues) and found no similar bug report.
### Question
E:\boxmot0831…
-
## error log | 日志或报错信息 | ログ
在android下 use_vulkan_compute = true 推理 yolox small 推理结果混乱,推理出来很多框,且每个框的分数都是 好几千。
但,
android下use_vulkan_compute = true 推理 yolox-nano 结果正确。
android下use_vulkan_compute …
qwaiz updated
2 years ago
-
TrainingのTrain ablation model (MOT17 half train and CrowdHuman)を行った後、TrackingのEvaluation on MOT17 half valの以下のコードを実行した際にエラーが発生しました。
解決法がわかる方がいましたら、教えていただきたいです。
[実行コード]
python3 tools/track.py -f e…
-
### Start with the `why`:
The tiny variant of [YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) has a number of advantages over yolov4-tiny:
- [Significantly higher AP](https://arxiv.org/pdf/…
-
)
2023-11-16 02:38:49 | INFO | yolox.data.datasets.coco:63 - loading annotations into memory...
2023-11-16 02:38:49 | INFO | yolox.data.datasets.coco:63 - Done (t=0.00s)
2023-11-16 02:38:49…
-
hello,
when I use the following command to run the yolo example with nvdla small config, there is a Floating point exception and the example failed:
`./tm_yolox_opendla -m /home/ubuntu/tftproot/yol…
-
Have anyone tried to distill Yolox-l into Yolox-s with COCO pretrained weights and get better results? or even smaller student models?
-
Hello, I try to train YOLOX-X using my custom dataset in COCO format. While it was fine with a small version of my dataset (~3K images) using the default settings in yolox_base.py (only batch size set…