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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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 Aufrufedeepforest.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-Verlauf

Star-Verlauf für weecology/deepforestStar-Verlauf für weecology/deepforest

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu DeepForest

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit DeepForest.
  • msracver/deformable-convnetsAvatar von msracver

    msracver/Deformable-ConvNets

    4,116Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,116
  • facebookresearch/detectron2Avatar von facebookresearch

    facebookresearch/detectron2

    34,548Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗34,548
  • avanetten/simrdwnAvatar von avanetten

    avanetten/simrdwn

    223Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗223
  • eriklindernoren/pytorch-yolov3Avatar von eriklindernoren

    eriklindernoren/PyTorch-YOLOv3

    7,439Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,439
Alle 30 Alternativen zu DeepForest anzeigen→

Häufig gestellte Fragen

Was macht weecology/deepforest?

Python Package for Airborne RGB machine learning

Was sind die Hauptfunktionen von weecology/deepforest?

Die Hauptfunktionen von weecology/deepforest sind: Computer Vision Frameworks, Geospatial Machine Learning, Object Detection.

Welche Open-Source-Alternativen gibt es zu weecology/deepforest?

Open-Source-Alternativen zu weecology/deepforest sind unter anderem: 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.