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
There should be a page which allows users to submit an image for classification against a dataset.
The user must be allowed to select the dataset they wish to classify against. After selecting the dataset the user should then be prompted to select which of the models attached to that dataset they wish to use to classify the image.
If the image is not of the proper dimensions, i.e. the image is too small, then the user should be given an error message saying that the image does not have enough information to be classified
If the image is large enough there will be a response from the dataservice with a request ID. This ID will be used by the user to locate their submission. This is necessary as results will not be available immediately.
The text was updated successfully, but these errors were encountered:
There should be a page which allows users to submit an image for classification against a dataset.
The user must be allowed to select the dataset they wish to classify against. After selecting the dataset the user should then be prompted to select which of the models attached to that dataset they wish to use to classify the image.
If the image is not of the proper dimensions, i.e. the image is too small, then the user should be given an error message saying that the image does not have enough information to be classified
If the image is large enough there will be a response from the dataservice with a request ID. This ID will be used by the user to locate their submission. This is necessary as results will not be available immediately.
The text was updated successfully, but these errors were encountered: