DeepForest
DeepForest copied to clipboard
Python Package for Airborne RGB machine learning
Install using standard conda approach: ```sh conda create -n deepforest python=3 conda activate deepforest conda install -c conda-forge deepforest ``` Then do some basic stuff. I ran this, not sure...
I think its time we have a gradio app on hugging faces. Can we clone this app and edit from there? https://huggingface.co/spaces/AndresHdzC/pytorch-wildlife I think this is a 'good first issue',...
Fixes issue #634 I have created a folder named `gradio_app` which contains the file `app.py` for the gradio application. I have included the Getting Started tutorial for the Bird and...
This is a quick fix for users converting points to boxes with unprojected data. I added a test and a simple check for a coordinate reference system. In general this...
Address the deprecation warning regarding the use of return instead of assert in the test test_retinanet within tests/test_FasterRCNN.py
We have a growing number of deprecation warnings accumulating. Below are a number of these warnings that are produced by the current test suite. These aren't all necessarily from DeepForest...
Trying to understand what are the requirements of this issue Can you please provide feedback @ethanwhite
Keep setuptools to >59 Ref: https://github.com/opencv/opencv-python/blob/8ad8ec1bae8aad196b3e9117a4b2b47d58547d47/pyproject.toml#L15
There is currently a limit to use older versions of setuptools in the conda environment. I believe this was implemented to work around an upstream bug at some point, that...
**Describe the bug** There are two dependencies mentioned in the `setup.py` file: `opencv-python` and `albumentations` and the 'albumentations' depends on `opencv-python-headless`. The official [spec](https://pypi.org/project/opencv-contrib-python/) mentioned that the `opencv-python` package is...