vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Add "dataLabel" as optional parameter for predict API #93

Closed willgraf closed 4 years ago

willgraf commented 4 years ago

Enable jobs to shortcut the label detection by including the label in the creation POST request.

For example:

{
    ....,
    "dataLabel": 0,
    ....,
}

Additionally, this PR adds a default value for "dataScale" if it is not passed in the request.