mirror of
https://github.com/wassname/sloth.git
synced 2026-07-01 05:59:26 +08:00
fix syntax error in example label file
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ Let's take look at the example label file::
|
||||
{
|
||||
"y": 155.0,
|
||||
"x": 409.0,
|
||||
"type": "point",
|
||||
"type": "point"
|
||||
}
|
||||
],
|
||||
"filename": "image2.jpg"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
{
|
||||
"y": 155.0,
|
||||
"x": 409.0,
|
||||
"type": "point",
|
||||
"type": "point"
|
||||
}
|
||||
],
|
||||
"filename": "image2.jpg"
|
||||
|
||||
Reference in New Issue
Block a user