Closed
Description
Is your feature request related to a problem? Please describe.
CoCo and other export features are missing when a project created with sam according to label_studio-ml-backend/examples/segment_anything_model
Describe the solution you'd like
To be able to export the instance segment annotations for yolov8
Describe alternatives you've considered
converting json but it doesn't support segmentation on export popup
Additional context
Project Label Setup
<View>
<Image name="image" value="$image" zoom="true"/>
<BrushLabels name="tag" toName="image">
<Label value="bicycles" background="#FF0000"/>
<Label value="boats" background="#FF0000"/>
<Label value="bridges" background="#FF0000"/>
<Label value="buses" background="#0d14d3"/>
<Label value="chimneys" background="#0d14d3"/>
<Label value="crosswalks" background="#0d14d3"/>
<Label value="fire hydrants" background="#0cc0ed"/>
<Label value="motorcycles" background="#0d14d3"/>
<Label value="parking meters" background="#0d14d3"/>
<Label value="stairs" background="#0d14d3"/>
<Label value="taxis" background="#0d14d3"/>
<Label value="tractors" background="#0d14d3"/>
<Label value="traffic lights" background="#0d14d3"/>
<Label value="vehicles" background="#0d14d3"/>
</BrushLabels>
<KeyPointLabels name="tag2" toName="image">
<Label value="bicycles" smart="true" background="#bb5fec" showInline="true"/>
<Label value="boats" smart="true" background="#506dfb" showInline="true"/>
<Label value="bridges" smart="true" background="#c42727" showInline="true"/>
<Label value="buses" smart="true" background="#32ec79" showInline="true"/>
<Label value="chimneys" smart="true" background="#109d6e" showInline="true"/>
<Label value="crosswalks" smart="true" background="#90ce1c" showInline="true"/>
<Label value="fire hydrants" smart="true" background="#0cc0ed" showInline="true"/>
<Label value="motorcycles" smart="true" background="#000000" showInline="true"/>
<Label value="parking meters" smart="true" background="#000000" showInline="true"/>
<Label value="stairs" smart="true" background="#000000" showInline="true"/>
<Label value="taxis" smart="true" background="#000000" showInline="true"/>
<Label value="tractors" smart="true" background="#000000" showInline="true"/>
<Label value="traffic lights" smart="true" background="#000000" showInline="true"/>
<Label value="vehicles" smart="true" background="#000000" showInline="true"/>
<Label value="Bus Eraser" smart="true" background="#000000" showInline="true"/>
</KeyPointLabels>
</View>
Metadata
Metadata
Assignees
Labels
No labels