label-studio-ml-backend
label-studio-ml-backend copied to clipboard
ML backend returned empty prediction for project and the context is empty.
Thanks for work.
ML backend returned empty prediction for project and the context is empty.
Any solution?
<View>
<Image name="image" value="$image" zoom="true"/>
<BrushLabels name="BrushLabels" toName="image">
<Label value="cat" hint="brush" background="#FF0000" alias="1_brush"/>
<Label value="person" hint="brush" background="#0d14d3" alias="2_brush"/>
</BrushLabels>
<Relations>
<Relation value="similar"/>
</Relations>
<KeyPointLabels name="KeyPointLabels" toName="image">
<Label value="cat" hint="keypoint" smart="true" background="#e51515" showInline="true"/>
<Label value="person" hint="keypoint" smart="true" background="#412cdd" showInline="true"/>
</KeyPointLabels>
<RectangleLabels name="RectangleLabels" toName="image">
<Label value="cat" background="#FF0000" alias="1_rect"/>
<Label value="person" background="#0d14d3" alias="2_rect"/>
</RectangleLabels>
<PolygonLabels name="PolygonLabels" toName="image">
</PolygonLabels>
</View>
I got this same issue. Likely has to do with not having the proper communication settings between docker containers. For me it was a typo in the IP address I entered into the GUI settings > machine learning field.
Did you figure this out? I am having the same issue
i have the same issue,,, anyone know the solutions?
i have the same issue,,, anyone know the solutions?
I have not found a solution yet, hoping for help on this
i think wee need to implement predict method
i think wee need to implement predict method
Did you end up figuring it out?