wangxinxin08
Results
45
comments of
wangxinxin08
According to the log message, this error may be caused by that the cudnn path is not set correctly or cudnn is not installed in your system
PaddleInference可以支持DCNv2,如果想使用PaddleInference部署的话可以使用DCNv2,但是需要注意的是,dcnv2如何与repvgg模块结合,在导出模型时,repvgg模块会进行重参数化,你可以现检查下导出模型前推理一张图片结果是否正确
可以考虑下以下几个问题: 1. 检测的物体是否与脏样本有相似之处? 2. 模型的输入图片是否只包含带有标注的图片?
可以把不带标注的图像也加到训练集里面,避免过拟合