bonn-activity-maps / bam_annotation_tool

Bonn Activity Maps annotation tool
4 stars 1 forks source link

Batch delete for a specific label. #295

Closed Belberus closed 4 years ago

beapc18 commented 4 years ago

request: /api/annotation/removeAnnotation/object/label

{
    "dataset": "str",
    "datasetType": "str",
    "scene": "str",
    "startFrame": x,
    "endFrame": y,
    "user": "str",
    "uidObject": z,
    "objectType": "poseAIK",   //only for poseAIK
    "label": i      // position of label in object array (0=nose, 1=neck...)
}
beapc18 commented 4 years ago

check if this works for persons