Skip to content

Commit

Permalink
Update example label config
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-sa committed Feb 25, 2023
1 parent 6d25b49 commit f1a6ad2
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions labels/_classes.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
{
"classes": [
{
"name": "unassigned",
"id": 0,
"color": "#9da2ab"
},
{
"name": "cart",
"id": 1,
"color": "#ffbf35"
},
{
"name": "box",
"id": 2,
"id": 0,
"color": "#f156ff"
}
],
"default": 0,
"type": "object_detection",
"format": "centroid_rel",
"format": "centroid_abs",
"created_with": {
"name": "labelCloud",
"version": "0.7.9"
"version": "1.0.0"
}
}

0 comments on commit f1a6ad2

Please sign in to comment.