Skip to content

Commit

Permalink
✨ Semantic segmentation using U-Net model
Browse files Browse the repository at this point in the history
  • Loading branch information
alimoezzi committed Jul 18, 2021
1 parent ec0c60d commit 0781280
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions unet_semantic_segmentation.ipynb
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 0781280

Please sign in to comment.