mrljwlm

Results 12 issues of mrljwlm

RuntimeError: Exporting the operator cdist to ONNX opset version 11 is not supported

I want to convert the tps_resnet_bilstm_attn model ot onnx format, however it failed because the onnx not suport the operator grid_sampler in [models/bodies/rectificators/tps_stn.py](https://github.com/Media-Smart/vedastr/blob/master/vedastr/models/bodies/rectificators/tps_stn.py) if i skip this operator, these two...

is the Small-SATRN faster than the SATRN with lower accuracy?

**我转onnx后输出的shape是这样的结构[1,2100,112],怎么将这个输出结构对应地转换为[label, x0, y0, x1, y1, score] 的结构?** ![onnx-out-nanodet](https://user-images.githubusercontent.com/23266835/156476722-870c13a8-d3eb-4303-bc9c-0a057176e29b.PNG) 我用demo.py执行pth模型,输出的结构跟这个[1,2100,112]对不上,pth输出的结构是下面这样的,80个类,结果很明确: { 0: { 0 : [ [x0, y0, x1, y1, score], [x0, y0, x1, y1, score] .......], 1: [ [x0, y0,...

can this model export to tensorRT or onnx format? if I want to use it in an industry application, any idea?

which config file should i used?

I train the [yolov7-mask](https://github.com/WongKinYiu/yolov7/tree/mask) using the following command: python train.py --project D:\train_log --workers 2 --device 0 --batch-size 8 --data data/coco.yaml --img 1024 1024 --cfg cfg/yolov7-mask.yaml --weights '' --name yolov7_mask --hyp...

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question I got failure when i try to export a...

question

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component _No response_ ### Bug the error occur here in...