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

train error #11

Closed ZCDu closed 5 years ago

ZCDu commented 5 years ago

When I use the coco2017 datasets to train this net, I get a problem "json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 4521979 (char 4521978)". How can I solve it?

wondervictor commented 5 years ago

You need to check your annotation files. Is this file complete?