yijingru / BBAVectors-Oriented-Object-Detection

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

batch_size works in Eval ? (16个batchsize的设置好像没起作用) #104

Closed Lg955 closed 3 years ago

Lg955 commented 3 years ago

In Evaluatation, the 16 batch_size and multi-gpus is not used. In the code, a single img is pred each loop. https://github.com/yijingru/BBAVectors-Oriented-Object-Detection/blob/7efd410f5f4ded94aca986aeb0bd1292235d1314/func_utils.py#L58

yijingru commented 3 years ago

correct!