-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec82711
commit 161d2fd
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ sh finetune_inception_v3_on_roof_train.sh | |
``` | ||
|
||
The training takes a long time on laptops. | ||
If you don't want to run the training process, we have a CNN trained on TACC and can be downloaded [here](https://berkeley.box.com/shared/static/wfwf4ku9561lcytldy1p7vkjoobgv9sz.zip). | ||
If you don't want to run the training process, we have a CNN trained on TACC and can be downloaded [here](https://berkeley.box.com/shared/static/awyyc22sjwknn9xg3p7wru4v5zwnlkjp.zip). | ||
Put the downloaded file inside src/training/roof/tmp/roof-traindir/ and unzip it. | ||
|
||
###### testing | ||
|
@@ -36,6 +36,8 @@ Put the downloaded file inside src/training/roof/tmp/roof-traindir/ and unzip it | |
checkpoint_file = the-path-of-your-checkpoint-file | ||
TEST_DIR = the-path-of-your-testing-images-dir | ||
``` | ||
We've prepared some labeld images for you to test. These images can be downloaded [here](https://berkeley.box.com/shared/static/wfwf4ku9561lcytldy1p7vkjoobgv9sz.zip). | ||
|
||
Now you can test if the trained CNN works or not: | ||
``` | ||
cd src/training/roof/2_train | ||
|
@@ -104,4 +106,18 @@ SimCenter will post obtained data here. | |
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: | ||
|
||
|
||
|
||
|
||
## Acknowledgement | ||
This material is based upon work supported by the National Science Foundation under Grant No. 1612843. | ||
|
||
## Contact | ||
Charles Wang, NHERI SimCenter, UC Berkeley, [email protected] | ||
|
||
|