Richard Fang
Richard Fang
same question. @xiaochus
hi,guy. I think the total memory term is the sum of all output feature maps of every operation (e.g. convs, relu, BN ... ). In some ways, the sum equal...
简单使用MATLAB evaluateDetectionMissRate函数即可,可以查阅网站 https://www.mathworks.com/help/vision/ref/evaluatedetectionmissrate.html
可以的,但是性能会下降。
多半可能是你的数据集标注设置有点问题,你可以可视化一下你的数据集标注。
可以查看一下用训练好的模型测试训练集,排除网络的问题。
和测试时候的置信度设置`conf-thres` 和IoU设置`iou-thres`都有些关系,建议调试一下这两个。
差不多我用4卡RTX TITAN
Yes, the detection results on the single modality of the LLVIP dataset come from the LLVIP paper. By the way, the baseline of this repository is `yolov5 v5.0 version`.