Closed songhat closed 1 year ago
这个BUG看起来应该是(a == b[:, None])维度不一致导致的
I've also met this error. The code did NMS to gg
, but nothing to preds
, so preds
and gg1_
don't have the same dimension. How did you solve it?
I've also met this error. The code did NMS to
gg
, but nothing topreds
, sopreds
andgg1_
don't have the same dimension. How did you solve it?
just use the source code. don't change any code. it works
我运行test.py时,ind_find函数报错