From 078128044a5232f0594d2b7b5b96d51f93fc906d Mon Sep 17 00:00:00 2001 From: ALi Date: Sun, 18 Jul 2021 22:51:30 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Semantic=20segmentation=20using=20U?= =?UTF-8?q?-Net=20model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unet_semantic_segmentation.ipynb | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 unet_semantic_segmentation.ipynb diff --git a/unet_semantic_segmentation.ipynb b/unet_semantic_segmentation.ipynb new file mode 100644 index 0000000..f574694 --- /dev/null +++ b/unet_semantic_segmentation.ipynb @@ -0,0 +1,36 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} \ No newline at end of file