Is their a way to convert a semantic segmentation to instance segmentation without relabeling

I have a semantic segmentation project that I want to convert to an instance segmentation project to use yolov5 segmentation. Is their a way to do this without relabeling the dataset?

Hi @Terrance_Whitehurst, if this is a current semantic segmentation project in Roboflow:
This will just require generating a “raw images” version of the semantic segmentation project, and exporting in COCO JSON Segmentation format. From there, import to an instance segmentation project on Roboflow.

If this is a project you have not yet uploaded to Roboflow, you will need COCO JSON annotation files for upload, and upload the images and labels to an instance segmentation project.