m00nLi
m00nLi
The so call "YOLOv6":  https://github.com/ultralytics/yolov5: 
转换时报错,提示: 047798 21319 net.cpp:382] Mul_0 -> elementwise_mul_0 F0511 13:51:39.047801 21319 eltwise_layer.cpp:35] Check failed: bottom[0]->shape() == bottom[i]->shape() bottom[0]: 1 80 80 80 (512000), bottom[1]: 1 80 1 1 (80) 模型如下: ...
 this link is empty.
`mindyolo/data/dataset.py`第198行: `self.imgIds = [int(Path(im_file).stem) for im_file in self.img_files]` 图片名不是纯数字的必然报错,这样设计的目的是什么
### 问题确认 Search before asking - [x] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有类似需求。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar feature requests. ### 需求描述 Feature Description 介绍里说支持YOLO11,但configs里找不到YOLO11的相关配置文件,有计划添加吗 ### 是否愿意提交PR Are you willing to submit...