LiKui

Results 7 comments of LiKui

sorry could tell total version about this work, i want to run train coco dataSet but always appear cpu_nms.py", line 12 cimport numpy as np

轻微下 > 嗯嗯,非常感谢,已经解决.另外请问CUTE-80这个数据集我从[http://cs-chan.com/downloads_CUTE80_dataset.html上下载发现并没有text的标注,想请问一下text的标注是你们自己标注的吗](http://cs-chan.com/downloads_CUTE80_dataset.html%E4%B8%8A%E4%B8%8B%E8%BD%BD%E5%8F%91%E7%8E%B0%E5%B9%B6%E6%B2%A1%E6%9C%89text%E7%9A%84%E6%A0%87%E6%B3%A8,%E6%83%B3%E8%AF%B7%E9%97%AE%E4%B8%80%E4%B8%8Btext%E7%9A%84%E6%A0%87%E6%B3%A8%E6%98%AF%E4%BD%A0%E4%BB%AC%E8%87%AA%E5%B7%B1%E6%A0%87%E6%B3%A8%E7%9A%84%E5%90%97)? 还是有其他网站上可以下载标注好的呢? 请问下如何解决的?

这里中文字符集路径如何改呢?有最后的预测结果吗?

> ``` > joints[i], joints[j] = joints[j].copy(), joints[i].copy() > ``` > > IndexError: index 9 is out of bounds for axis 0 with size 3 > > Exception in main...

> ``` > joints[i], joints[j] = joints[j].copy(), joints[i].copy() > ``` > > IndexError: index 9 is out of bounds for axis 0 with size 3 > > Exception in main...

我也遇到了,有谁能解决嘛,坑啊

respVOList是一个多层嵌套的数组对象,可以保证不是重复对象,里面都是new 的新对象,但是在线程池序列化JSON.toJSONString时,会出现如下问题: `{ children:[ {} ] text:"北京" value:"110000" } { $ref:"$[0]" }` 当使用了禁用循环引用方式SerializerFeature.DisableCircularReferenceDetect,也只是不出现$ref关键字,但是存储的值变成一样的了,替换了原有的元素,导致重复对象出现,测试多次发现,当把线程池调用去除后,不会出现此现象,是什么问题呢? 注:这种情况多线程序列化时不会100%出现,会有一定概率出现,且数组对象越复杂概率越高,完全替换了原有不重复的对象,导致线上问题