-
I am trying to run the 8190-YOLOX-Nano-TI-Lite model using the edgeai_ai_apps framework, and I've encountered a compilation issue when exporting the model from the PyTorch format.
Here are the steps …
-
## 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,…
-
Hi there,
Since I have only two class problem. I would like to further reduce yolox-nano.
Any ideas how we can reduce it further?
Thanks!
-
## 내용
설명하는 시간을 따로 갖겠지만, 글로도 작성해두었습니다!
## yolo_pafpn
### backbone -> darknet.py -> CSPDarknet
해당 구조에서 사용되는 block은 Conv(DWConv), Focus, CSPLayer, SPPBottleneck가 있습니다.
* Conv: depthwise=True일때 DWC…
-
**I tried downloading Yolox_nano pre-trained weights from the link provided in this repository but it says the link is unavailable.**
**Link:** http://software-dl.ti.com/jacinto7/esd/modelzoo/latest/…
-
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…
-
![image](https://user-images.githubusercontent.com/78945582/142836433-a67bc25d-9ad0-4eec-84a3-2a63d1c5f4b3.png)
yolox-nano训练,建议是batchsize为gpu个数乘以8,我只用一个GPU,batchsize设置为128 ,会有什么问题吗?影响mAP等指标吗?如果按照指导把b…
-
While running tools/trt.py on yolox_nano, I encountered the following error,
2021-09-01 06:48:13.413 | ERROR | __main__::77 - An error has been caught in function '', process 'MainProcess' (1845…
-
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…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Command line or scripts to reproduce the behavior:
**Expected behavior**
A clear and concise descript…