zzzxxxttt / pytorch_simple_CornerNet

A simple pytorch implementation of CornerNet
30 stars 2 forks source link

Bounding box targets for background class #8

Open qilbster opened 3 years ago

qilbster commented 3 years ago

Hi again,

We're trying to figure out what values to give our bounding boxes for when the training image falls under the background class. Right now we have them as NAs, but we couldnt figure out from the scripts what values the model requires them to be. I should mention we're using our own dataset for our experiments. Any help would be greatly appreciated :)

Thanks