bubbliiiing / yolact-pytorch

这是一个yolact-pytorch的库,可用于训练自己的数据集
MIT License
70 stars 12 forks source link

训练自己的数据集出现以下问题,(用eiseg生成的JSON文件进行coco_annotation) #23

Open yang8050 opened 6 months ago

yang8050 commented 6 months ago

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

yang8050 commented 6 months ago

问题已解决,但是预测时不仅精度低速度也很慢

Hamoonyousefi commented 6 months ago

how did you solve it?

ZzMLvzZ-792998470 commented 6 months ago

哥们你咋解决的

yang8050 commented 6 months ago

应该是误触键盘了,重新获取了一下代码

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年03月06日 22:14 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [bubbliiiing/yolact-pytorch] 训练自己的数据集出现以下问题,(用eiseg生成的JSON文件进行coco_annotation) (Issue #23) |

哥们你咋解决的

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

dyhisbig commented 4 months ago

File "mtrand.pyx", line 920, in numpy.random.mtrand.RandomState.choice ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part. 请问怎么解决的,我也有同样的问题