yijingru / BBAVectors-Oriented-Object-Detection

[WACV2021] Oriented Object Detection in Aerial Images with Box Boundary-Aware Vectors
MIT License
462 stars 87 forks source link

A little code question in base.py #68

Closed seekFire closed 3 years ago

seekFire commented 3 years ago

The code of function draw_umich_gaussian defined in datasets/draw_gaussian.py shows it has return value, but this line in datasets/base.py shows the return value was not be used.