tanluren / yolov3-channel-and-layer-pruning

yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏
Apache License 2.0
1.5k stars 446 forks source link

请教下关于VOC数据集稀疏化训练的问题 #48

Open xuemo188 opened 4 years ago

xuemo188 commented 4 years ago

VOC数据集稀疏化训练map很低,使用的yolov3.weights,训练100步map只有10几,loss也在震荡,是不是稀疏化训练只适合单一目标,例如:手的数据集

在不用稀疏化训练时,就能保证很高的map,大佬请教下

tanluren commented 4 years ago

类别多的数据集的确稀疏难度更大,但是也是可以做到的,调小s,用更长的周期去训练

chengyequn commented 3 years ago

你好,我在voc数据集下进行基础训练,我的mAP只能达到72%左右,请问一下你能达到原版的精度吗

Jacksonwangshuo commented 3 years ago

你好,我在voc数据集下进行基础训练,我的mAP只能达到72%左右,请问一下你能达到原版的精度吗

assert nf > 0, 'No labels found. Recommend correcting image and label paths.' AssertionError: No labels found. Recommend correcting image and label paths.

您好,请问数据集怎么导入啊,我运行的时候遇到了这个问题

chengyequn commented 3 years ago

你好,我在voc数据集下进行基础训练,我的mAP只能达到72%左右,请问一下你能达到原版的精度吗

assert nf > 0, 'No labels found. Recommend correcting image and label paths.' AssertionError: No labels found. Recommend correcting image and label paths.

您好,请问数据集怎么导入啊,我运行的时候遇到了这个问题

你按照博客里的数据准备说明准备一下数据