Skip to content
New issue

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

ML backend returned empty prediction for project #166

Open
Jerry2990 opened this issue Nov 23, 2023 · 0 comments
Open

ML backend returned empty prediction for project #166

Jerry2990 opened this issue Nov 23, 2023 · 0 comments

Comments

@Jerry2990
Copy link

Jerry2990 commented Nov 23, 2023

Thanks for work.

ML backend returned empty prediction for project and the context is empty.

Any solution?
Screenshot from 2023-11-23 17-47-14


<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant