Metadata-Version: 2.1
Name: deepforest
Version: 0.3.4
Summary: Tree crown prediction using deep learning retinanets
Home-page: https://github.com/Weecology/DeepForest
Author: Ben Weinstein
License: MIT
Platform: UNKNOWN
Requires-Python: >3.5
Description-Content-Type: text/markdown
Requires-Dist: tensorflow (==2.4.0)
Requires-Dist: keras (==2.3.0)
Requires-Dist: keras-resnet (==0.1.0)
Requires-Dist: h5py (==2.10.0)
Requires-Dist: matplotlib
Requires-Dist: opencv-python
Requires-Dist: Pillow
Requires-Dist: pandas
Requires-Dist: pyyaml (>5.1.0)
Requires-Dist: progressbar2
Requires-Dist: six
Requires-Dist: scipy
Requires-Dist: slidingwindow
Requires-Dist: tqdm
Requires-Dist: xmltodict


# Deepforest

## Full documentation
[http://deepforest.readthedocs.io/en/latest/](http://deepforest.readthedocs.io/en/latest/)

## Installation

Compiled wheels have been made for linux, osx and windows

```
#Install DeepForest
pip install DeepForest
```

Or install the latest version from Github
```
git clone https://github.com/weecology/DeepForest.git

conda env create --file=environment.yml

conda activate DeepForest
```

## Get in touch
See the [GitHub Repo](https://github.com/Weecology/deepforest) to see the
source code or submit issues and feature requests.

## Citation
If you use this software in your research please cite it as:

Geographic Generalization in Airborne RGB Deep Learning Tree Detection
Ben. G. Weinstein, Sergio Marconi, Stephanie A. Bohlman, Alina Zare, Ethan P. White
bioRxiv 790071; doi: https://doi.org/10.1101/790071


## Acknowledgments
Development of this software was funded by
[the Gordon and Betty Moore Foundation's Data-Driven Discovery Initiative](http://www.moore.org/programs/science/data-driven-discovery) through
[Grant GBMF4563](http://www.moore.org/grants/list/GBMF4563) to Ethan P. White.


