Andreas Werdich: 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?
I would very much appreciate a response. Thanks in advance! Andreas.
Vince: What do you mean by image regression? Getting an image as an input an outputting a real number?
Andreas Werdich: Hi! Thanks for your response.
Yes, exactly. 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?
Vince: I think this should work:
<View>
<Image name="image" value="$image"/>
<Number name="number" toName="image"/>
</View>
Andreas Werdich: Cool! I will give it a try. Thank you very much <@U05NZ5U8HBR>!
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.