0、配置geoutils环境
conda create --name geoutils python=3.9
1、Github上拉取项目shp2coco
shp2coco文件环境配置需要注意:
1、gdal要用conda install下载
2、numpy需要删了重装,下载与matplotlib匹配的版本,matplotlib-3.8.0 numpy-1.26.4
随后运行shape_to_coco.py
可用visualize_coco.py查看
2、Github上拉取项目coco2yolo
1、下载opencv-python
2、python coco2yolo.py + json地址 + 输出文件地址
3、test测试输出结果