gunayk3 commited on
Commit
a662943
·
verified ·
1 Parent(s): 4eabc2c

Update Readme.md

Browse files
Files changed (1) hide show
  1. README.md +12 -49
README.md CHANGED
@@ -1,49 +1,12 @@
1
- # Building Footprint Segmentation
2
- A U-Net model for segmenting buildings from satellite imagery
3
-
4
- A binary segmentation mask (of the same height and width with the input image) should be created The segmentation mask should have a value of 1 at pixels where there is a building and 0 at other pixels.
5
-
6
- The figure below showcases the input and output image expected. In the mask pixels that correspond to pixels in the input image are white and background is black.
7
-
8
- ![Expected input and output](https://raw.githubusercontent.com/gunaykrgl/buildingSegmentation/main/Notebook/task_definition.png)
9
-
10
- The training and Machine-learning related code is found at [the Notebook](https://github.com/gunaykrgl/buildingSegmentation/blob/main/Notebook/Building_Segmentation.ipynb).
11
-
12
- # Data
13
- The data used in this project is sourced from [Road and Building Detection Datasets](https://www.cs.toronto.edu/~vmnih/data/) with the following citation:
14
-
15
- ```
16
- @phdthesis{MnihThesis,
17
- author = {Volodymyr Mnih},
18
- title = {Machine Learning for Aerial Image Labeling},
19
- school = {University of Toronto},
20
- year = {2013}
21
- }
22
-
23
- ```
24
-
25
- For the ease of use, relevant parts of this dataset was sourced from [kaggle.com](https://www.kaggle.com/datasets/balraj98/massachusetts-buildings-dataset)
26
-
27
- # Remote Running
28
- You can try the application without installation by navigating to the following link:
29
- [Building Footprint Segmentation](https://huggingface.co/spaces/gunayk3/building_footprint_segmentation)
30
-
31
- ## Screenshots
32
- <img src="https://raw.githubusercontent.com/gunaykrgl/buildingSegmentation/main/screenshots/scr1.png" width="600">
33
- <img src="https://raw.githubusercontent.com/gunaykrgl/buildingSegmentation/main/screenshots/scr2.png" width="600">
34
- <img src="https://raw.githubusercontent.com/gunaykrgl/buildingSegmentation/main/screenshots/scr3.png" width="600">
35
-
36
- # Local Installation
37
- ```
38
- gh repo clone gunaykrgl/buildingSegmentation
39
- cd buildingSegmentation
40
- pip install -r requirements.txt
41
- ```
42
-
43
- ## Running Locally
44
- After local installation, the application can be run by the following command:
45
- ```
46
- gradio run demo.py
47
- ```
48
-
49
- After this command is run, there will be a localhost url be generated at the end of the outputs. Later, the application can be used by navigating to the url in a web browser.
 
1
+ ---
2
+ title: Building Footprint Segmentation
3
+ emoji: 🏢
4
+ colorFrom: indigo
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 4.24.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference