-
![image](https://user-images.githubusercontent.com/44046317/134469883-cff5c244-dc70-4624-95c2-9e5ea41b46ad.png)
2021-09-23 15:30:49 | INFO | yolox.data.datasets.coco:45 - loading annotations into…
-
Hello,
Many thanks for sharing your code,
I was wondering if a comparison between YOLOV5 (ultralytics) and the present YOLOX about inference time speed has been done?
For yoloV5 (Small) TFLite wi…
-
how to run with **bytetrack_tiny_mot17** . I used the commands:-
`python3 tools/demo_track.py video -f exps/example/mot/yolox_x_mix_det.py -c pretrained/bytetrack_tiny_mot17.pth.tar --fuse --device…
-
Hi,
1) I train a custom yolox-s network
2) It works fine when testing with .\tools\demo.py
3) I export the onnx model using simplify
4) Convert to ncnn using onnx2ncnn
5) I follow all instructi…
-
##up主你好,我最近遇到一个问题,想求教一下:
#####问题描述:yolo_nano训练时会报错,但是s、m、l、x和tiny模型不会报错。
#####问题补充:对batch进行了测试,当batch=1时,不会报错,当batch>=2时,会报错。
#####报错结果:
2022-05-22 20:33:20 | ERROR | yolox.core.launch:98 - An …
-
I use the default config file `detection_onnxruntime_dynamic.py` to convert my yolox-tiny model trained with bdd100k dataset to onnx file. Then I write a simple code to verify it, but I only get one…
-
Hello,
Is there any plan for supporting more efficient backbone in future, i see yolov7 trained a convnext tiny based yolox which has much better map than yoloxs (nearly +3.0 MAP) variant in this r…
-
python3 tools/demo_track.py video -f exps/example/mot/yolox_x_s_det.py -c pretrained/bytetrack_tiny_mot17.pth.tar --fp16 --fuse --save_result
您好,我在jetson nx上用bytetrack_tiny_mot17模型去跑demo,精度非常差,请问您知道原…
-
### Official YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
* **paper:** https://arxiv.org/abs/2207.02696
* **source code - Pytorch (use to reproduc…
-
Pytorch version 1.9
2021-08-20 00:05:48 | ERROR | yolox.core.launch:68 - An error has been caught in function 'launch', process 'MainProcess' (18728), thread 'MainThread' (568):
Traceback (most …