技术栈

mmdetection3.1.0 bug(已解决)

struggle_success2024-04-29 2:40

mmdetection版本3.1.0
想这训练rpn网络,但是训练后val的时候出现了问题,根据Traceback,找到bug。

报错信息:ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (102,) + inhomogeneous part.

解决方法:np.array(all_ious)改为np.array(all_ious,dtype="object")

链接地址:https://stackoverflow.com/questions/67183501/setting-an-array-element-with-a-sequence-requested-array-has-an-inhomogeneous-sh

上一篇:企业工厂如何逆风翻盘:VR全景打破多重桎梏
下一篇:七、OSPF特殊区域及其特性
相关推荐
封奚泽优
2 个月前
使用mmdetection项目进行训练记录
pytorch·python·cuda·mmdetection·mmcv
木棉知行者
4 个月前
【第2篇】RuntimeError: nms_impl: implementation for device cuda:0 not found.
人工智能·深度学习·bug·mmdetection
何如千泷
1 年前
【BUG】mmdetection ValueError: need at least one array to concatenate
bug·mmdetection
成龙的龙
2 年前
〖open-mmlab: MMDetection〗解析文件:configs/_base_/schedules
mmdetection
答案是你
2 年前
使用mmdetection遇到的一些问题总结
人工智能·python·计算机视觉·mmdetection
热门推荐
01GitHub 镜像站点022026年4月技术前沿:AI大模型爆发、智能体革命与量子安全新纪元03一周AI热点速览(2026.03.31-04.06):GPT-6曝光、谷歌开源Gemma 4、资本狂飙与模型军备竞赛04基于 Docker 部署 Hermes Agent 并接入飞书机器人的完整指南05免费!不限量!用opencode接入英伟达(NVIDIA)大模型,轻松打造你的 AI 编程助手06Oh My Codex 快速使用指南07从限购到畅通:GLM-5.1 Coding Plan接入攻略08CodeBuddy与WorkBuddy深度对比:腾讯两款AI工具差异及实操指南09LLM Wiki:让大模型替你打理知识库的完整指南10AI Weekly | 2026年4月第二周 · GitHub热门项目与AI发展趋势深度解析