You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to request two annotators at the same time?
I try something like this
L.query("objects.objectId, sherlock_classifications.*,alerce_lc.classification as alerce_class, NEEDLE.classification as needle_class",
"objects,sherlock_classifications,annotator:alerce_lc,NEEDLE",
"objects.objectId IN {s}".format(s=tuple(i)))
but it fails.
Thank you,
Lydia
The text was updated successfully, but these errors were encountered:
Is it possible to request two annotators at the same time?
I try something like this
L.query("objects.objectId, sherlock_classifications.*,alerce_lc.classification as alerce_class, NEEDLE.classification as needle_class",
"objects,sherlock_classifications,annotator:alerce_lc,NEEDLE",
"objects.objectId IN {s}".format(s=tuple(i)))
but it fails.
Thank you,
Lydia
The text was updated successfully, but these errors were encountered: