摘要:
//针对COCO标签只有单行,打开/修改非常慢的问题(虽然本程序跑起来也不快,但至少以后用Notepad++修改起来会快点) #include #include #include #include using namespace std; int main(){ ifstream src("原.json"); ofstream dst("新.json"); ... 阅读全文
posted @ 2019-02-21 17:08
aimhabo
阅读(573)
评论(0)
推荐(0)