draw debug image
Is there a tool to draw debug image (tp/fa/miss)? it will be helpful in analysing
thanks good work and well documented
Sorry, I couldn't catch the meaning of draw debug image.
Are you mean visualize image after transform or visualize prediction of image or visual prediction and ground truth of image?
visualize both prediction and ground truth on one image, as: true postive (tp), false postive (fp) and false negtive (fn=miss) ~ for example, use different color to draw boxes of different result.
在一幅图像上可视化预测和基本真值,如:真正态(tp),假正态(fp)和假负数(fn=miss)〜例如,使用不同的颜色绘制不同结果的框。
Has your question been answered? I have the same problem as you
同求,需要把预测结果和真实值放在同一个图上