CenterNet_TensorFlow2
CenterNet_TensorFlow2 copied to clipboard
A tensorflow2.x implementation of CenterNet.
Excuse me, teacher, how do you get your pre-training weight file?
I have trained the model with D0 as backbone and the weights are saved but while predicting the results using saved weights the test.py file stays active for a long...
大佬你好
可以分享下你训练好的权重吗?我训练出来效果极差
Fixing the w,h (width and height) rounding. In my experiments, the previous rounding deteriorate the results on small bounding boxes. I did not had time to benchmark the changes on...