camicroscope / tfjs-models

Sample Models for use with caMicroscope
7 stars 4 forks source link

camicroscope: a web-based image viewer optimized for large bio-medical image data viewing

Sample models for caMicroscope.

Classification Models

The following sample classification models can be used by caMicroscope's predict application as-is. Classification models take in a square patch of the image in either RGB or black and white, and ouput a classification associated with the input. When using the model with caMicroscope, the patch size, classification labels, and whether the model operates on black and white or RGB images should be specified.

Segmentation Models

The following segmentation models can be used by caMicroscope's segmentation algorithm, as an alternative to traditional CV methods. Segmentation models take in image data and return a mask of the same size. When using the model with caMicroscope, the whether the model operates on black and white or RGB images should be specified.

Common Issues:

Contributing

Feel free to contribute:).