fanshu4869

Results 12 comments of fanshu4869

maybe you can try this multitracker.py line163 self.model = Darknet(opt.cfg, nID=14455) To nID=11932

非常感谢,不过我用自己训练的权重跑通了以后没有出现结果,不知道为啥

不是,我的意思是,输入视频之后,输出的视频连检测框都没有,results.txt也完全是空的

> 不好意思,还真没遇到这个问题 还是非常感谢

> > maybe you can try this > > multitracker.py line163 > > self.model = Darknet(opt.cfg, nID=14455) To nID=11932 > > Hello! I'm facing the same issue but this value...

> > > > maybe you can try this > > > > multitracker.py line163 > > > > self.model = Darknet(opt.cfg, nID=14455) To nID=11932 > > > > >...

> > 不是,我的意思是,输入视频之后,输出的视频连检测框都没有,results.txt也完全是空的 > > 我也是自己训练了数据集,测试的时候一个检测框都没有,请问你解决这个问题了吗 我是因为训练的时候图片尺寸设置错了

> > > > 不是,我的意思是,输入视频之后,输出的视频连检测框都没有,results.txt也完全是空的 > > > > > > > > > 我也是自己训练了数据集,测试的时候一个检测框都没有,请问你解决这个问题了吗 > > > > > > 我是因为训练的时候图片尺寸设置错了 > > 请问您训练的图片尺寸是怎么设置的呢?我训练的时候使用的是默认的[1088, 608]尺寸 跟cfg的分辨率保持一致

download cython_bbox at https://pypi.org/project/cython-bbox/ In setup.py,Changeg extra_compile_args=[’-Wno-cpp’],TO extra_compile_args = {‘gcc’: [’/Qstd=c99’]}, Then, use "python setup.py build_ext install "

rename lastest.py,you can download weights in readme.md “Pretrained model and baseline models”