AI-Sensus / M-MOVE-IT

M-MOVE-IT is multi-type data labeling and annotation tool with standardized output format. This till simplifies the proces for multimodal annotation and synchronizes sensors. This repo is forked from labelstudio.
Apache License 2.0
0 stars 2 forks source link

Improve subject presence annotation task generation #81

Closed RobvdDuim closed 1 year ago

RobvdDuim commented 1 year ago

The method createannotationtaks() in SubjectAnnotation is outdated. It no longer needs the functionality for data import. Also it should be done in the same project instead of creating a new one

RobvdDuim commented 1 year ago

In the first design it asks for a file and a deployment. Now, it should ask for a project. A task is generated that supports the subject annotation (has correct XML markup). The labels consist of all the subjects, it is important that the same name for the labels is chosen as subject.name. This label is formed as: "Subject: {subject.name}"