panp4n
panp4n
**请将下面信息填写完整,便于我们快速解决问题,谢谢!** **问题描述** python:3.8 paddle版本:2.2.2 paddle detection版本:2.5 paddle2onnx:1.0.1 paddle detection导出的RCNN模型转ONNX报错,FasterRCNN和MaskRCNN,均使用 export_onnx=True 字段,使用opset_version 16 导入inference 模型命令 python tools\export_model.py -c configs/mask_rcnn/mask_rcnn_r101_vd_fpn_1x_coco.yml -o output/mask_rcnn_r101_vd_fpn_1x_coco/model_final.pdiparams export_onnx=True 使用官方文档中的预训练模型导出也是同样的问题。 报错内容:缺少算子 Oops, there are some operators not supported...
CMD : iopaint start --model Sanster/AnyText --model-dir=F:\iopaint_model --local-files-only Which path should the SD model be placed in? I put the model to ~\huggingface\hub. But it can't start. And when I...
环境:python=3.8 paddlepaddle-gpu=2.2.2 paddle3D=0.5 cuda=11.2 cudnn=8.2.1 evaluate指令: python tools/evaluate.py --config configs/centerpoint/centerpoint_pillars_016voxel_kitti.yml --model output_kitti/epoch_160/model.pdparams --batch_size 1 --num_workers 0 报错:voxelize builded fail! 报错截图:  paddle3d\ops下算子也是编译失败 提示: 
********************************************* 温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度 ********************************************* ## 环境 - 【FastDeploy版本】: 说明具体的版本,如fastdeploy-gpu-python=1.0.7 - 【编译命令】 - 【系统平台】: Windows x64(Windows10) - 【硬件】: 说明具体硬件型号,如 Nvidia GPU 3060, CUDA 11.2 CUDNN 8.2 - 【编译语言】: python - 【性能问题】 因项目需求需要识别细长的小目标,训练了1280*1280的Yolov5seg模型才能保证分割效果良好,但使用fastdeploy...
Hi, ONNX only supports point prompts and box prompts. How to segment everything with Onnxruntime or TensorRT? By the way, is there a plan to add C++ inference demo? Thank...
### Search before asking - [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question training parameters: model: YOLO11s-seg\YOLOv8s-seg the same batchsize: 3...
### Search before asking - [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question ultralytics version:8.3.12 My python CLI yolo cfg=test.yaml test.taml:...
### Your Question The yaml config has many differences between anomalib 1.x and 2.x. Is there a detailed documentation? For example, how to set multiple extensions in data. How to...