-
## 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,…
-
According to your paper:
![image](https://user-images.githubusercontent.com/3145211/127779394-5f86d1e4-2870-4d9e-a7c4-d40f9eb606a9.png)
YOLOX-nano/tiny has less parameters than YOLOV4-tiny, and bett…
-
Hi guys, I am training and testing YOLOX on my data.
Until now, I used YoloV4 from darknet (Alexa's repository).
Somewhy, I can't get the same results with the YOLOX models.
I tried tiny_yolo, yolo…
-
Based on [this](https://github.com/Megvii-BaseDetection/YOLOX) repository.
![image](https://user-images.githubusercontent.com/46688118/171271625-bb9b957b-f035-419d-9c83-817eac9aaa67.png)
This off…
-
The "input_scale" only appears in file "YOLOX\exps\default\yolox_tiny.py". How does it works? What about "input_size"? Is the "input_scale" a spelling error?
-
![2](https://user-images.githubusercontent.com/26245718/134816456-c7f7ab0d-a39b-4d3d-ace3-0c5ca86931c8.PNG)
-
ImportError: yolox/exp/yolox_tiny_fish.py doesn't contains class named 'Exp'
而yolox_tiny_fish.py里已经定义了Class即"class Exp(MyExp):"。
-
Hello,
I have converted the YoloX-Tiny.pth model to YoloX-Tiny.tflite(full int8 model).
I would want to evaluate the tflite model on COCO dataset. How can it be done?
-
### 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/…
-
(ysfish) PS C:\Users\Grove Yo\genshin_auto_fish> python fishing.py image -f yolox/exp/yolox_tiny_fish.py -c weights/best_tiny3.pth --conf 0.25 --nms 0.45 --tsize 640 --device cpu
2022-10-11 16:26:49.…