Applying a numerical label to an image

Hi Everyone,

I would like to create a labeling interface for image regression, but so far, I have not seen any comments about such a task. It seems that only classification tasks are supported right now.
Is labeling for image regression even possible in Label Studio? The label would be a real number instead of a class. This is a medical imaging project where the number is a measurement obtained from an exam.
Do you know if it is possible to create a labeling interface that allows to assign a number to an image?
I would very much appreciate a response. Thanks in advance! Andreas.

Answer: I think this should work:

<View>
  <Image name="image" value="$image" />
  <Number name="number" toName="image" />
</View>

Note: This post was generated by the Label Studio Archive Bot from a conversation in the Label Studio Slack, a gathering place for the Label Studio community. Someone in the community thought this was worth sharing!

If this post answered a question for you, hit the Like button - we use that to assess which posts to put into docs.