RoboSherlock / robosherlock

http://www.robosherlock.org
26 stars 28 forks source link

Reconfiguration of Annotators #212

Open evankapi opened 3 years ago

evankapi commented 3 years ago

This extension includes reconfigurable annotators and updates to the query system to handle different inputs / outputs of annotator setups. Those setups are also considered during the pipeline planning via the query service.

bbferka commented 3 years ago

@Sanic you'll look through this ? if you need help let me know. It's been a while since I looked at the code. I would def not recommend merging without having the code coverage increase. Some of these changes affect basic pipeline planning capabilities and we should make sure that they still work

Sanic commented 3 years ago

Hi @bbferka Yep! We already had a discussion about it and i also asked @evankapi to test the reconfigure capabilities. He also wanted to work on a couple of other things before we continue with this PR.

But you also raise a good point to test also the basic planning capabilities. @evankapi Could you please keep that in mind?