labelme2coco

#!/bin/bash
s2="_rgb.json"
for  i in {2000..2128}
do 
	s1=${i}
	labelme_json_to_dataset ${s1}${s2}
done

 

原文地址:https://www.cnblogs.com/BambooEatPanda/p/10486530.html