Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesxwang committed Oct 7, 2019
1 parent 161d2fd commit 0274493
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# <img src="docs/Logo/Logo.png" height="80"> Building recognition using AI at large-scale.
# <img src="https://raw.githubusercontent.com/NHERI-SimCenter/BRAILS/master/docs/Logo/Logo.png" alt="logo" height="80"/> Building Recognition using AI at Large-Scale.

<img src="docs/images/pipeline-left.png" height="230"><img src="docs/images/BIM3D.gif" height="230">
<img src="https://raw.githubusercontent.com/NHERI-SimCenter/BRAILS/master/docs/images/pipeline-left.png" alt="BRAILS" height="230"/>
<img src="https://raw.githubusercontent.com/NHERI-SimCenter/BRAILS/master/docs/images/BIM3D.gif" height="230">

#

AI-Based Pipeline for City-scale Building Information Modeling
## What is BRAILS?

#
BRAILS is the acronym for Building Recognition using AI at Large-Scale,
which is an AI-Based pipeline for city-scale building information modeling (BIM).

## How to use?

###### Tested with Tensorflow in Python 3.6.6

Expand Down Expand Up @@ -96,17 +101,16 @@ Use [*SURF*](https://github.com/charlesxwang/SURF) to predict missing building i
<img src="docs/images/occupancy_Predictions_classification_error.png" width="700">


### 5. Release of BIM data
## Release of BIM data
SimCenter will post obtained data here.
##### City-scale BIM for Atlantic coastal cities, NJ -> [Download](https://berkeley.box.com/shared/static/5tb6gszbbyj35bgpypk1gsdem0ntt5ca.geojson)
<img src="docs/images/AtlanticCities.png" width="700">
<img src="docs/images/BIM-demo.png" width="700">

### 6. Release of trained CNN
## Release of trained CNN
Trained CNNs in the format of Tensorflow checkpoint will be posted here.
##### Roof type classifier ->[Download](https://berkeley.box.com/shared/static/awyyc22sjwknn9xg3p7wru4v5zwnlkjp.zip)

---

## How to Cite
You can cite this software as follows:
Expand Down
2 changes: 1 addition & 1 deletion src/preparedata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For this demo, we have prepared this boundary file for you, download [here](http

Computer generated building footprints database -> [USBuildingFootprints](https://github.com/microsoft/USBuildingFootprints)

We have prepared a cleaned version that just contains Atlantic coastal cities, download [here](https://berkeley.box.com/shared/static/0ueibjzbo1b0mgru4h6n8l2rmww8nx0z.geojson)
We have prepared a cleaned version that just contains Atlantic coastal cities, download [here](https://berkeley.box.com/shared/static/0ueibjzbo1b0mgru4h6n8l2rmww8nx0z.geojson).

Define the path of this footprints file in src/configure.py like this:
```
Expand Down

0 comments on commit 0274493

Please sign in to comment.