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

If offset is zero/null, warn user when creating activity annotation tasks. #279

Open jacob-kamminga opened 2 months ago

jacob-kamminga commented 2 months ago

After annotating offests, I forgot to click the "Parse offset annotations" button. Then I went on and created activity annotation tasks. This resulted in wrong annotation tasks (offset not taken into account).

We can prevent this by checking if an offset is None, or never parsed and verify the user is aware of this, prior to generating activity annotation tasks.