javiribera / locating-objects-without-bboxes

PyTorch code for "Locating objects without bounding boxes" - Loss function and trained models
Other
249 stars 52 forks source link

PearsonRConstantInputWarning #33

Open danielyyt opened 4 years ago

danielyyt commented 4 years ago

Hi, while training i am keep getting the following warning: PearsonRConstantInputWarning: An input array is constant; the correlation coefficent is not defined.

is it important?

javiribera commented 4 years ago

It depends. That will happen here when either all your predicted counts or all the true counts are the same.