Datasets:
add confing annotation labelstudio
Browse files
data/labelstudio/conf.xml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<View>
|
| 2 |
+
<Image name="image" value="$image"/>
|
| 3 |
+
<RectangleLabels name="label" toName="image">
|
| 4 |
+
<Label value="smoke" category="0" background="gray"/>
|
| 5 |
+
<Label value="fire" category="1" background="red"/>
|
| 6 |
+
</RectangleLabels>
|
| 7 |
+
</View>
|