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
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?
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?