-
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from E:/software/github_prj/new_RT-DERT/rtdetr-onnxruntime-deploy/weights/rtdetr_r50vd_6x_coco_cvhub.onnx f…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
转换模型使用的命令:
(1)python tools/export_model.py -c …
yy2yy updated
8 months ago
-
**Star RTDETR**
请先在RTDETR主页点击**star**以支持本项目
Star RTDETR to help more people discover this project.
---
**Describe the bug**
Trying to run inference on the onnx file gives an error:
Fail: [O…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
运行指令:
python run.py --config_path=./configs/rtdetr_hgnetv2_x_qat_dis.yaml --save_dir='./output/' --devices='cpu'
配置文件:
Global:
reader_config: configs/rtdetr_reader.yml
include_nms: False
…
-
I encountered a TypeError when trying to import YOLOv10 from the ultralytics package on my local machine. The error message is as follows:
!git clone https://github.com/THU-MIG/yolov10.git
cd y…
-
Can you please tell me what layers are frozen when fine-tuning? I am trying to analyze the memory requirement differences between fine-tuning and full training.
Specifically fine-tuning with
```
…
-
https://github.com/lyuwenyu/RT-DETR/blob/9f107dab37c402962a4632570e63ec83c30e1ecc/rtdetr_pytorch/src/zoo/rtdetr/rtdetr_criterion.py#L135
在rtdetr_criterion.py的第135行,分类损失被除以num_boxes而不是num_queries:
…
-
## Description
I want deploy my transformer-like detection model in TensorRT-8.6(I can only choose TensorRT-8.6 because of its flash attention support):
(i) firstly, I generated engines from onnx-…