We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for work.
ML backend returned empty prediction for project and the context is empty.
Any solution?
The text was updated successfully, but these errors were encountered: