ssd-tf2
ssd-tf2 copied to clipboard
这是一个ssd-tf2(tensorflow2)的源码,可以用于训练自己的模型。
I have a question about how do you get the pretrained backbone vgg (You pretrained it by yourself with your model or get it from other sources)? And how can...
最后,非常感谢您的工作,受益匪浅
为什么用您给的VOC2007+2012训练集训练您写的复现SSD的网络后,再用VOC2007测试集测试MAP。MAP结果居然在91.91%,原文对应的MAP是74.1%。我完全按照README步骤操作,不知道哪里出了问题,还是您写的代码本身效果可以这么好呢?希望您能答疑解惑一下,谢谢!
Hey mate:) It seems like nms_ios is not working very well. I tried on small objects. I mean, when I predict something, even there are two predictions with the same...
取消使用@tf.function装饰器 经测试 在ssd.py的get_pred函数中 该装饰器会引起内存溢出 注释即可 不会十分影响效率 可能与 [issue#6](https://github.com/bubbliiiing/ssd-tf2/issues/6) 有关 train_eager.py中未测试 故不进行commit 可以注释进行测试
内存溢出
在训练迭代的过程中,内存利用率持续上升,导致训练进程被杀死。
bugs
为什么运行一个epoch,就不动了,严格按照你的步骤来,也是彩图