centernet-pytorch
centernet-pytorch copied to clipboard
代码中的centernet_hourglass_coco.pth是使用voc数据集训练的
@bubbliiiing 您好 : 想确认一下, 请问注意事项中的: 1: 代码中的centernet_hourglass_coco.pth是使用voc数据集训练的? coco.pth 代表的意思 到底是 coco 训练的还是 VOC 训练的? 2: readme.md 中 CenterNet:Objects as Points目标检测模型在Keras当中的实现, 是不是 pytorch 呀
1、coco 2、写错字了…
还有再请问一下您,其他的pytorch版本都会把cudnn中 batch normalization给禁掉, 您是怎么做到的 那你把 ReadMe 中的注意事项中的:centernet_hourglass_coco.pth是使用voc数据集训练的, 改成 coco 训练的。
---Original--- From: "Bubbliiiing"<[email protected]> Sent at: 2021年1月24日(Sun) Evening9:51 To: "bubbliiiing/centernet-pytorch"<[email protected]>; Cc: "Author"<[email protected]>;"chumingqian"<[email protected]>; Subject: Re: [bubbliiiing/centernet-pytorch] 代码中的centernet_hourglass_coco.pth是使用voc数据集训练的 (#1)
1、coco 2、写错字了…
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
batch normalization我没有禁掉 我改一下字