mcmingchang

Results 61 comments of mcmingchang

update the code and try it again

I will upload the model this month

哈哈,谢谢关注 主要是平时也没有怎么维护,训练出来的结果肉眼看上去比之前提升不少也更稳定就没有去写这个啦,毕竟不是正规的项目,仅做分享,而且我这做项目的也没有那么多测试集要跑,所以就没写啦

这个应该也不难,有很多关键点的项目可以参考啦,粗暴点可以全部mse来算

这我就不清楚啦,反正我这用在实际项目上效果还不错

你可以你看看head那里的代码,kps的头我改小了点,你可以按论文标准的来,准确率高一点,但是速度会降一点

我用模型可视化工具完整还原了centerface的模型,在原版的centernet上训练,为什么hm和reg的loss都能下降,wh的loss就一直没有下降呢

Some detection objects are sensitive to rotation enhancement under fixed detection box

Is there any open source for reference?

SpatialKDTree tree; for (int i = 0; i < 100000; i++) { if (tree.nodes) { cudaFree(tree.nodes); tree.nodes = nullptr; cudaFree(tree.primIDs); tree.primIDs = nullptr; } cukd::buildTree(tree, pts, pt_num, buildConfig); cudaMemGetInfo(&freeMem, &totalMem);...