alexHx
alexHx
纠正代码为 paddle.save(optimizer[0].state_dict(), model_path + ".pdopt"),就可以了. 不是很理解源代码为什么传一个列表给paddle.save,而optimizer列表里只有一个优化器
> 你好,请使用最新版的paddle 我的cudnn版本是7.6,cuda版本11.0,用最新的Paddle会报错
> 感谢您的解答,将sampler改成pk_sampler之后,训练确实可以正常运行了。 看了一下代码,根据我的理解,pk_sampler将同一个batch中的样本等分成不同的组,组内的样本label相同,因此保证了is_pos和is_neg矩阵中正负样本的数量均为batch size的整数倍,是这样吗? 为什么我选pk_sampler,显示未定义
I have the same issue, I run the predict.py ,but nothing happened
Give me your Email address, i can send to you
我简单测试过,效果不稳定。因为有reid模块所以理论上,reid特征比对够准的话是会保持原id的。但是前提是bbox的置信度高才会进行特征比对,否则将进行Iou比对,iou比对显然是无法处理这种情况的
> > > Changing tsize to (800, 1440) may help. For me, it is 608, 1088 for yolov5m. > > > > > > i use (800,1440),but still have a...
I got the same problem
I fixed it: download the config file and open it ,find the line like "WEIGHTS: https://www.dropbox.com/s/d9fc9tahfzyl6df/model_final.pth?dl=1" copy the link and open it on your browser, download the model file ,...