Hi, I use this code to train coco data, and sometimes it will crushed in evaluate process. It seems the predict result in json file has some error.
" json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1737590 column 31 (char 40532287)"
"json.decoder.JSONDecodeError: Extra data: line 5482743 column 2 (char 127903462)"
Any advice about the question? Thanks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, I use this code to train coco data, and sometimes it will crushed in evaluate process. It seems the predict result in json file has some error. " json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1737590 column 31 (char 40532287)" "json.decoder.JSONDecodeError: Extra data: line 5482743 column 2 (char 127903462)" Any advice about the question? Thanks.