vanvalenlab / kiosk-frontend

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

Switch all visualizers to label.deepcell.org #201

Closed tddough98 closed 2 years ago

tddough98 commented 2 years ago

This switches all the visualizers to use DeepCell Label with editing enabled.

It also adds visualizer support for the segmentation model. As the segmentation consumer supports different dimension orders, we need to pass this dimension order to DCL to load the images properly. The mesmer redis consumer already sends a dimension order that is forwarded to DCL. I've wired an effect to update the dimension order when the jobForm changes, but this is a bit hacked together and should be revisited as we support flexible dimension orders for more models.

Merging this will let us take viewer.deepcell.org, spots.deepcell.org, and tracks.deepcell.org offline and close https://github.com/vanvalenlab/deepcell-label/pull/243.

msschwartz21 commented 2 years ago

@tddough98 are we ready to update the urls in this PR from label-dev.deepcell.org to label.deepcell.org?

tddough98 commented 2 years ago

label.deepcell.org now has the 0.4 release of DeepCell Label and I've updated the urls in this PR from label-dev to label. We can merge this in, cut a release for the kiosk-frontend, and update the image in production