CenterNet_TensorFlow2
CenterNet_TensorFlow2 copied to clipboard
Update dataloader.py
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 public dataset such as VOC. I believe that it is also more correct from a theoretical perspective.