mozeqiu
mozeqiu
> ASSERT: "false" in file qasciikey.cpp, line 501 > Aborted (core dumped) I have the same problem. Have you solved it?
@xingyizhou 我出现段错误是在debugger.py中。出现在下列的代码段,当我用cv2.imshow(原始代码)输出显示一闪而过然后段错误。当我改用plt.imshow和plt.show()画面能够显示但是没有任何的识别,和您展示的效果来看相差甚远。这倒是让我疑惑了,还望指教 `def show_all_imgs(self, pause=False, Time=0): if 1: for i, v in self.imgs.items(): #print('v=',v) #print('i=',i) cv2.imshow('{}'.format(i), v) #plt.imshow(v) #plt.show()`
> When using coco_tracking.pth with 80 types, the result seems to be good, but when I use --num_class 1 to track person, there is no output. Seems to be the...
> python demo.py tracking > --load_model ../models/coco_tracking.pth > --demo video.mp4 > 结果很好。好像没什么特别的? > 当我添加 --num_class 1 时,没有结果。 I used the same method as you but no results. I don’t know...
@yank666 你解决了吗 老哥 我段错误和你的一样
@nox3000 老哥,你的h264是怎么解码的,我用楼主的make编译之后执行生成的yuv文件大小为0
@MUZLATAN
> 经过测试,我得到了正确的跟踪结果!我只需要使用yolov3.cfg将yolo.convert .pt的权重训练为.weight,然后替换检测器中的文件并修改一些参数设置 What parameters have you changed? I want to use this tracking model and my own yolov3.weights for target detection
> 经过测试,我得到了正确的跟踪结果!我只需要使用yolov3.cfg将yolo.convert .pt的权重训练为.weight,然后替换检测器中的文件并修改一些参数设置 What parameters have you changed? I want to use this tracking model and my own yolov3.weights for target detection
I got the same mistake, have you solved it?can you share?