-
**Motivation**
As a part of the regression test, the performance of a deployed model should be checked if it is consistent with the performance of its PyTorch model. In other words, MMDeploy should…
-
我在[链接](https://mp.weixin.qq.com/s/pADxO_RDGP9GZG2tuoi0ug)看到了你这个项目。有些地方不太明白,想请教一下:
文章的`五、What can be used for?`中有两个地方:
>(G2)导出onnx后无需其他修改(针对部署而言)
>(G3)DNN或ort调用不再需要额外对Focus层进行拼接(之前玩yolov5在这里卡了很久,虽然能…
-
**Describe the bug**
RuntimeError: Allocator has ran out of memory
**To Reproduce**
compile.py last_sim.onnx best_224_quant.kmodel --imgs_dir .\test --legacy --target k210
**Expected behavior*…
-
我的代码如下:
onnx_model = './yolox.onnx'
rknn_model = './yolox.rknn'
input_size_list = [[1,3,416,416]]
rknn = RKNN()
rknn.config(mean_values=[256, 256, 256],std_values=[58.395,58.3…
-
I use two computers
*the first computer only runs on CPU
I used CPU to Convert to ONNX
Paddle2ONNX= 0.8.2 and ONNX 1.9.0 onnx-simplifier = 0.3.6
I run:
```
python tools/export_model.py \
-c c…
-
![Screenshot from 2021-08-03 15-05-27](https://user-images.githubusercontent.com/86471590/127972546-ea01692d-dece-4aa3-992d-5126882d8c8a.png)
In the last three layers of the network, the transp…
-
Thank you for the wonderful work.
I use provided [param and bin](https://github.com/Megvii-BaseDetection/YOLOX/blob/main/demo/ncnn/android/README.md), and make a test. The result is very poor. Then …
-
[2022-05-31 02:44:25] [316241c6] [30] urllib3.connectionpool: http://192.168.2.109:8080 "GET /api/v1/allocations/7.ee72787d-c20e-4824-b0da-ef3e3287e708.1/signals/preemption?timeout_seconds=60 HTTP/1…
-
ByteTrack自体は高速なアルゴリズムであるが、物体検出にYOLOXの高解像度版を使用しているため、Webカメラでデモをするには重い。そのため、model_typeにyolox_sとyolox_tinyを与えられるようにする。
YOLOX_S、YOLOX_TINY
https://github.com/axinc-ai/ailia-models/tree/master/object_d…
-
yolox-s.pth weight size 71.4M
yolox-s.onnx weight size 35.7M
Why is there so much difference?