Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Oct 28, 2020
2 parents d1e45f1 + b71f61b commit 5849272
Show file tree
Hide file tree
Showing 15 changed files with 2,427 additions and 1,845 deletions.
2 changes: 1 addition & 1 deletion docs/source/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</div>
<div class="category">release notes</div>
<div class="desc">26 Oct 2020, 7 min read</div>
<div class="title">Label Studio 0.8.0 Release - Time series is Everywhere!</div>
<div class="title">Label Studio 0.8.0 Release - Time Series is Everywhere!</div>
</div>
</a>
</div>
Expand Down
5 changes: 3 additions & 2 deletions docs/source/guide/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ Export your brushe labels to numpy 2d arrays and PNG images. One label is equal
You can use an API to request a file with exported results, e.g.

```bash
curl http://localhost:8080/api/export?format=JSON > exported_results.tar.gz
curl http://localhost:8080/api/export?format=JSON > exported_results.zip
```

The `format` parameter could be one of available [export formats](#Export-formats)
The formats description are presented [above](#Export-formats).
The `format` parameters could be found on Export page in the dropdown (JSON, JSON_MIN, COCO, VOC, etc).
Loading

0 comments on commit 5849272

Please sign in to comment.