ashkamath / mdetr

Apache License 2.0
969 stars 125 forks source link

How are you normalizing the GT bounding boxes ? #76

Closed IISCAditayTripathi closed 2 years ago

IISCAditayTripathi commented 2 years ago

Before feeding the GT boxes for calculating the loss, the boxes are reshaped in the range between [0,1]. Where is the code that is doing it ?