HRNet / HRNet-Object-Detection

Object detection with multi-level representations generated from deep high-resolution representation learning (HRNetV2h). This is an official implementation for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
Apache License 2.0
644 stars 97 forks source link

gts, dets, recall, precision, ap are all zezos #6

Closed Michael-Jing closed 5 years ago

Michael-Jing commented 5 years ago

I am trying to train a model on my own data, however the printed metrics including gts, dets, recall, precision, ap are all zeros, what might be the issue?

Michael-Jing commented 5 years ago

The reason is that class names in the model start at 1, but start at 0 in my data, and I only have 1 class.