chongyi
chongyi
Thank you for your reply. I am looking forward to your outstanding contribution.
The QR code is outdated, Can you please refresh it? thx. @ChaseMonsterAway
For example, I trained a license plate generation model, s0~s4 and then input a graph generated by OpenCV to run the evaluation code (paint to image). As a result, the...
@zzh805780186 @dyhBUPT 是的,我也有类似的情况,当一个物体从镜头边缘出现时,跟踪框都会先变大,然后变成正常。有什么好的解决方法吗?
> @dyhBUPT Thank you. I will read this paper carefully. Thank you again!
I have a similar problem!
@iFighting I wonder if my statement is clear?
Hi @csphuster I have same issue please let me know if you get a solution..
我也遇到类似情况,我是自己在 trainer.py 下面,添加日志的,每个种类的 ap50 和 ap50_95。在使用两个 gpu 的时候也是在 synchronize() 函数中的 dist.barrier() 卡住了。使用 1 个 gpu 是可以运行的。  下图是我使用一个 gpu 的结果:(只有一个人脸类别检测) 
@FateScript 大佬,这个 synchronize() 有什么问题吗? 下图是在 2个 gpu 卡死时,显卡情况  另外,我看到还有其他人在 eval 后,也出现 卡主的现象