Open source tools enabling interchange between computer vision annotation and GIS data formats. Part of https://github.com/Sydney-Informatics-Hub/PIPE-3956-aerial-segmentation
MIT License
2
stars
1
forks
source link
COCO-split integration and Roboflow preprocess #46
To upload the dataset to Roboflow, the PNG files are better in a single directory, with a proper COCO JSON file. This has been added to the batch_geojson2coco script.
The split function taken from an external repo is embedded into the scripts, so we won't need to install and modify the env every time. Please check to see if this will create any licensing issue.
To upload the dataset to Roboflow, the PNG files are better in a single directory, with a proper COCO JSON file. This has been added to the
batch_geojson2coco
script.The split function taken from an external repo is embedded into the scripts, so we won't need to install and modify the env every time. Please check to see if this will create any licensing issue.