You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should provide more tips and in-app guidance in the AddAutomationRuleForm.jsx component. For example:
rename "run inference" trigger to "request ML prediction"
prevent users from prevent users from using an “on-image-added” trigger if their selected model is a classifier/expects crops. This would entail adding an expectsCrops: <boolean> field to the MLModel schema so we have something to check, and if true, force users to choose on-label-added and provide and explanation as to why
The text was updated successfully, but these errors were encountered:
I think we should provide more tips and in-app guidance in the
AddAutomationRuleForm.jsx
component. For example:expectsCrops: <boolean>
field to theMLModel
schema so we have something to check, and iftrue
, force users to chooseon-label-added
and provide and explanation as to whyThe text was updated successfully, but these errors were encountered: