Label sets
Last updated
Last updated
URL
POST
Request
Path parameters
Parameter name
Parameter type
Description
datasetId
string
Dataset id of the dataset
Request body
Property name
Property type
Description
labelSetId
string
Label set id of the new label set
Example body
{ "labelSetId": "Golden labelset", }
Response
Returns an empty response on successful completion.
URL
Request
Path parameters
Parameter name
Parameter type
Description
datasetId
string
Dataset id of the dataset
Response
Returns a json object ‘additional_label_sets_config’ which contains all the label set ids.
URL
Request
Path parameters
Parameter name
Parameter type
Description
datasetId
string
Dataset id of the dataset
Request body
Property name
Property type
Description
label_set_id
string
Label set id of the new label set
Example body
{ "label_set_id": "Golden labelset", }
Response
Returns an empty response on successful completion.
URL
Request
Path parameters
Parameter name
Parameter type
Description
datasetId
string
Dataset id of the dataset
Request body
Property name
Property type
Description
source_label_set
string
Label set id from which labels will be copied
destination_label_set
string
Label set id where labels will get copied
Example body
{ "source_label_set": "default",
"destination_label_set": "Golden labelset", }
Response
Returns an empty response on successful completion.
This returns a comparison of labels count only for the 3D bounding box.
URL
Request
Path parameters
Parameter name
Parameter type
Description
datasetId
string
Dataset id of the dataset
Request body
Property name
Property type
Description
labelSetId
string
Label set id whose labels will be compared
secondLabelSetId
string
Label set id whose labels will be compare
Example body
{ "labelSetId": "default",
"secondLabelSetId": "Golden labelset", }
Response
Returns a json object “compared_dict” which contains the comparison result of the two label sets.
URL
Request
Path parameters
Parameter name
Parameter type
Description
datasetId
string
dataset id of the Viewer
Response
Returns a json EmbeddedViewerDataResource object.
URL
Request
Path parameters
Parameter name
Parameter type
Description
datasetId
string
dataset id of the Viewer
Request body
{
“enable_camera_view”: true,
“launching_frame_index”: 1,
“title”:”test123”
}
Response
Returns an empty json object on successful creation of embedded url.
URL
Request
Path parameters
Parameter name
Parameter type
Description
embeddedViewerId
string
Embedded Viewer id of the Viewer
Response
Returns a json EmbeddedViewerDataResource object.
URL
Request
Path parameters
Parameter name
Parameter type
Description
embeddedViewerId
string
Embedded Viewer id of the Viewer
Response
Returns an empty json on the deletion of EmbeddedViewerDataResource object.
GET
DELETE
POST
GET
GET
POST
GET
DELETE