+ "Note that following result are computed on local computer and are just for testing and demonstration. They are run on only a subset of the images and the network is considerably smaller in parameters."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Parameters"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Use only kernels_local for test on your own machine for lighter model, kernels_cluster for real simulations\n",
+ "Some public git we found and adapted the code from\n",
+ "\n",
+ "- [Build SegNet model gist](https://github.com/imlab-uiip/keras-segnet/blob/master/build_model.py)\n",
+ "\n",
+ "- [Image Segmentation Keras: Implementation of Segnet, FCN, UNet and other models in Keras.](https://github.com/divamgupta/image-segmentation-keras)"