From 027fe42907566f0290e1106f1495a06a1a09ca40 Mon Sep 17 00:00:00 2001 From: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> Date: Fri, 21 Sep 2018 19:03:30 +0300 Subject: [PATCH] Improve description how to specify labels with attributes. (#81) Fix #67 (clarify how to create multiple labels) --- cvat/apps/documentation/user_guide.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cvat/apps/documentation/user_guide.md b/cvat/apps/documentation/user_guide.md index 5c1f90765fcd..05c74b191d55 100644 --- a/cvat/apps/documentation/user_guide.md +++ b/cvat/apps/documentation/user_guide.md @@ -32,9 +32,13 @@ There you can: ![](static/documentation/images/image005.jpg) - __Labels__. Use the following schema to create labels: ``label_name input_type=attribute_name:attribute_value1,attribute_value2`` + __Labels__. Use the following schema to create labels: ``label_name input_type=attribute_name:attribute_value1,attribute_value2``. You can specify multiple labels and multiple attributes separated by space. Attributes belong to previous label. - Example: ``vehicle @select=type:__undefined__,car,truck,bus,train ~radio=quality:good,bad ~checkbox=parked:false`` + Example: + - ``vehicle @select=type:__undefined__,car,truck,bus,train ~radio=quality:good,bad ~checkbox=parked:false`` - + one label with multiple attributes + - ``car person bike`` - three labels without attributes + - ``circle @radio=color:green,red,blue @number=radius:0,10,0.1 line square`` - one label with two attributes and two labels without attributes ``label_name``: for example *vehicle, person, face etc.*