-
### Checklist
- [x] I have searched related issues but cannot get the expected help.
- [x] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md) bu…
-
## Description
Hello There!
I hope you are all doing well :)
**There are other similar issues but no even one of them has a fix to this problem.**
Tensorrt takes a lot of time casting IN6…
-
## Bug Description
Compiling torchscript modules to tensorrt was working fine in last release.
Now the simple script below fails with the following error message.
I have tried with tracing, sc…
-
Hi Dusty;
I went through the entire tutorial and have not had any problems running preloaded and pretrained models. When I try to run my own ONNX model using the segnet-camera script, I get the fol…
-
### Checklist
- [x] I have searched related issues but cannot get the expected help.
- [x] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
## Description
我使用yolov5中export.py导出训练好的模型,这个模型在python上运行良好,但是导出torchscript后在djl中使用却识别不出结果
## References
生成ZooModel的代码
```
Map arguments = new ConcurrentHashMap();
arguments.…
-
Mr.Dusty
The DetectNet work error with ONNX model, I retrained the ssd-mobilev2-net to detect fruit (i.e. eight fruit object classes trained for one epoch with 6500 images in the dataset), when th…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Export
### Bug
```
Fusing …
-
My original intention was to accelerate the exported model using TensorRT
so I entered the following command in the command line:
CUDA_VISIBLE_DEVICES=0 python deploy/pptracking/python/mot_jde…