bonn-activity-maps / bam_annotation_tool

Bonn Activity Maps annotation tool
4 stars 1 forks source link

Ignore Regions #287

Closed anDoer closed 4 years ago

anDoer commented 4 years ago

We need to add, edit and remove ignore regions.

In each annotation file, ignore regions are defined on an image level with:

Note that we can have multiple ignore regions.

Removal of ignore regions: Only for authorized users, removal of single points and removal of entire region

dari1495 commented 4 years ago

Next round of features:

dari1495 commented 4 years ago

To create new Ignore Regions one has to take into account that the ID has to be 1 number lower than the highest current ignore region, starting from 99 downwards.

This is pretty conflicting with what we have so I'm writing it down to remember.

Belberus commented 4 years ago

Error in backend: annotationService.py, function "replicate_annotation" -> it fails to retrieve an object in the "get_frame_object" call so the rest of the method fails.

dari1495 commented 4 years ago
dari1495 commented 4 years ago
* [ ]  Allow replication **only** if track_id doesn't exist in the forward range

This is missing. Currently replication overwrites older ignore regions.