Skip to content

Commit

Permalink
Merge branch 'master' of github.com:weecology/DeepForest
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Nov 28, 2019
2 parents 3aeb592 + 3e3b543 commit 10a785e
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
@@ -1,6 +1,6 @@
# DeepForest

[![Build Status](https://travis-ci.org/Weecology/DeepForest.svg?branch=master)](https://travis-ci.org/Weecology/DeepForest)
[![Build Status](https://travis-ci.org/weecology/DeepForest.svg?branch=master)](https://travis-ci.org/weecology/DeepForest)
[![Documentation Status](https://readthedocs.org/projects/deepforest/badge/?version=latest)](http://deepforest.readthedocs.io/en/latest/?badge=latest)

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.
Expand Down Expand Up @@ -61,7 +61,6 @@ 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 10a785e

Please # to comment.