awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
weecology avatar

weecology/DeepForest

0
View on GitHub↗
749 stars·257 forks·Python·MIT·9 viewsdeepforest.readthedocs.io↗

DeepForest

Python Package for Airborne RGB machine learning

Features

  • Computer Vision Frameworks - Package for tree crown detection and species prediction.
  • Geospatial Machine Learning - Detects individual tree crowns in airborne imagery.
  • Object Detection - Package for individual tree crown detection in aerial imagery.
  • Object Detection - Provides tree crown instances for forest monitoring and analysis.

Star history

Star history chart for weecology/deepforestStar history chart for weecology/deepforest

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to DeepForest

Similar open-source projects, ranked by how many features they share with DeepForest.
  • msracver/deformable-convnetsmsracver avatar

    msracver/Deformable-ConvNets

    4,116View on GitHub↗

    Deformable-ConvNets is a computer vision framework and a collection of neural network components designed to implement deformable convolutional neural networks. It provides adaptive convolutional layers and pooling implementations that modify their receptive fields based on input features to better capture the geometry of objects within images. The project enables the use of learnable sampling offsets and modulation masks to align convolutional grids with target object shapes. It includes specialized tools for visualizing learned offsets in convolutions and pooling layers, allowing for the an

    Python
    View on GitHub↗4,116
  • facebookresearch/detectron2facebookresearch avatar

    facebookresearch/detectron2

    34,548View on GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    View on GitHub↗34,548
  • avanetten/simrdwnavanetten avatar

    avanetten/simrdwn

    223View on GitHub↗

    The Satellite Imagery Multiscale Rapid Detection with Windowed Networks (SIMRDWN) codebase combines some of the leading object detection algorithms into a unified framework designed to detect objects both large and small in overhead imagery. This work seeks to extend the YOLT modification of…

    C
    View on GitHub↗223
  • eriklindernoren/pytorch-yolov3eriklindernoren avatar

    eriklindernoren/PyTorch-YOLOv3

    7,439View on GitHub↗

    This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time object detector and computer vision framework designed to identify and locate multiple objects within images using bounding boxes and class labels. The system allows for both the use of pretrained weights for immediate image analysis and the training of custom models using datasets with bounding box annotations. It provides a programmatic interface to integrate detection capabilities directly into other software applications. The framework includes tools for model evaluation to m

    Python
    View on GitHub↗7,439
See all 30 alternatives to DeepForest→

Frequently asked questions

What does weecology/deepforest do?

Python Package for Airborne RGB machine learning

What are the main features of weecology/deepforest?

The main features of weecology/deepforest are: Computer Vision Frameworks, Geospatial Machine Learning, Object Detection.

What are some open-source alternatives to weecology/deepforest?

Open-source alternatives to weecology/deepforest include: msracver/deformable-convnets — Deformable-ConvNets is a computer vision framework and a collection of neural network components designed to implement… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… avanetten/simrdwn — The Satellite Imagery Multiscale Rapid Detection with Windowed Networks (SIMRDWN) codebase combines some of the… torchgeo/torchgeo — TorchGeo is a PyTorch library designed for deep learning on geospatial data, providing a framework for building and… eriklindernoren/pytorch-yolov3 — This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time… ansleliu/lightnet.