CenterNet_TensorFlow2 icon indicating copy to clipboard operation
CenterNet_TensorFlow2 copied to clipboard

A tensorflow2.x implementation of CenterNet.

Results 4 CenterNet_TensorFlow2 issues
Sort by recently updated
recently updated
newest added

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...