custom imagesets for labeler
This commit is contained in:
10
README.md
10
README.md
@@ -10,6 +10,7 @@ Setup:
|
||||
```
|
||||
{
|
||||
"title": "My Labeler",
|
||||
"images": "global",
|
||||
"users": [
|
||||
"user1",
|
||||
"name2"
|
||||
@@ -66,6 +67,15 @@ Setup:
|
||||
- Start the docker instance
|
||||
- Open the URL in http://localhost:$EXPOSE
|
||||
|
||||
## Config entries
|
||||
|
||||
- title: Name of the site
|
||||
- images:
|
||||
- global: Every labeler sees all images in folder data/images/
|
||||
- personal: Labeler only sees images under folder data/images/[LabelerName]/
|
||||
- users: List of labeler names
|
||||
- labels: List of labels, see below
|
||||
|
||||
## Label types
|
||||
|
||||
Label entries require "type" and "name". All labels can include
|
||||
|
||||
Reference in New Issue
Block a user