Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz authored Nov 27, 2019
1 parent 1ce0477 commit 3e3b543
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

DeepForest is a python package for training and predicting individual tree crowns from airborne RGB imagery. DeepForest comes with a prebuilt model trained on data from the National Ecological Observation Network. Users can extend this model by annotating and training custom models starting from the prebuilt model.

![test image](www/image.png)

## Installation

DeepForest can be installed from source using the github repository.
Expand Down Expand Up @@ -63,6 +61,7 @@ image = test_model.predict_image(image_path = image_path)
#Show image, matplotlib expects RGB channel order, but keras-retinanet predicts in BGR
plt.imshow(image[...,::-1])
```
![test image](www/image.png)

## Training

Expand Down

0 comments on commit 3e3b543

Please # to comment.