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
Back to weecology/deepforest

Open-source alternatives to DeepForest

30 open-source projects similar to weecology/deepforest, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DeepForest alternative.

  • 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
  • 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
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
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
  • torchgeo/torchgeotorchgeo avatar

    torchgeo/torchgeo

    4,077View on GitHub↗

    TorchGeo is a PyTorch library designed for deep learning on geospatial data, providing a framework for building and training neural networks for tasks such as semantic segmentation, object detection, and change detection. It serves as a comprehensive pipeline for remote sensing, featuring specialized dataset loaders and multispectral image preprocessing tools. The library is distinguished by a dedicated remote sensing model zoo and extensive support for transfer learning, allowing users to integrate pre-trained weights optimized for specific satellite sensors. It also includes support for sel

    Pythoncomputer-visiondatasetsdeep-learning
    View on GitHub↗4,077
  • atten4vis/groupdetrA

    Atten4Vis/GroupDETR

    0View on GitHub↗
    View on GitHub↗0
  • ansleliu/lightnetA

    ansleliu/LightNet

    0View on GitHub↗
    View on GitHub↗0
  • akhtarvision/cal-detrA

    akhtarvision/cal-detr

    0View on GitHub↗
    View on GitHub↗0
  • avanetten/yoltv4A

    avanetten/yoltv4

    0View on GitHub↗

    YOLTv4 builds upon YOLT and SIMRDWN, and updates these frameworks to use the most performant version of YOLO, YOLOv4. YOLTv4 is designed to detect objects in aerial or satellite imagery in arbitrarily large images that far exceed the ~600×600 pixel size typically ingested by deep learning object…

    View on GitHub↗0
  • avanetten/yoltavanetten avatar

    avanetten/yolt

    278View on GitHub↗

    You Only Look Twice: Rapid Multi-Scale Object Detection In Satellite Imagery

    C
    View on GitHub↗278
  • ayoolaolafenwa/pixellibayoolaolafenwa avatar

    ayoolaolafenwa/PixelLib

    1,071View on GitHub↗

    Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/

    Pythonartificial-intelligencecomputer-visionconvolutional-neural-networks
    View on GitHub↗1,071
  • azavea/raster-visionazavea avatar

    azavea/raster-vision

    2,204View on GitHub↗
    Pythonclassificationcomputer-visiondeep-learning
    View on GitHub↗2,204
  • bcmi/libcombcmi avatar

    bcmi/libcom

    726View on GitHub↗

    Image composition toolbox: everything you want to know about image composition/compositing or object/subject insertion/addition/compositing.

    Python
    View on GitHub↗726
  • casia-iva-lab/obj2seqC

    CASIA-IVA-Lab/Obj2Seq

    0View on GitHub↗
    View on GitHub↗0
  • allenai/reclipallenai avatar

    allenai/reclip

    92View on GitHub↗

    This repository contains the code for the paper ReCLIP: A Strong Zero-shot Baseline for Referring Expression Comprehension (ACL 2022).

    Python
    View on GitHub↗92
  • czczup/vit-adapterczczup avatar

    czczup/ViT-Adapter

    1,474View on GitHub↗
    Pythonadapterobject-detectionsemantic-segmentation
    View on GitHub↗1,474
  • cosmiq/solarisCosmiQ avatar

    CosmiQ/solaris

    444View on GitHub↗

    CosmiQ Works Geospatial Machine Learning Analysis Toolkit

    Python
    View on GitHub↗444
  • cienciaydatos/ai-challenge-treesC

    cienciaydatos/ai-challenge-trees

    0View on GitHub↗

    Ciencia & Datos

    View on GitHub↗0
  • daijifeng001/r-fcndaijifeng001 avatar

    daijifeng001/R-FCN

    1,247View on GitHub↗

    R-FCN: Object Detection via Region-based Fully Convolutional Networks

    Matlab
    View on GitHub↗1,247
  • dddzg/up-detrD

    dddzg/up-detr

    0View on GitHub↗
    View on GitHub↗0
  • deci-ai/super-gradientsDeci-AI avatar

    Deci-AI/super-gradients

    5,041View on GitHub↗

    Super-Gradients is a PyTorch computer vision framework and training library designed for the full lifecycle of vision models. It functions as a deep learning model optimizer and a deployment toolkit for training and fine-tuning models across image classification, object detection, semantic segmentation, and pose estimation tasks. The project provides specific tools for model optimization, including teacher-student knowledge distillation and numerical precision compression to reduce memory and computational requirements. It also includes the implementation of the Yolo-NAS architecture for high

    Jupyter Notebook
    View on GitHub↗5,041
  • developmentseed/label-makerdevelopmentseed avatar

    developmentseed/label-maker

    469View on GitHub↗

    Data Preparation for Satellite Machine Learning

    Python
    View on GitHub↗469
  • dingjiansw101/aerialdetectiondingjiansw101 avatar

    dingjiansw101/AerialDetection

    831View on GitHub↗

    This codebase is created to build benchmarks for object detection in aerial images. It is modified from mmdetection. The master branch works with PyTorch 1.1 or higher. If you would like to use PyTorch 0.4.1, please checkout to the pytorch-0.4.1 branch.

    Python
    View on GitHub↗831
  • edocanonymous/ks-detrE

    edocanonymous/KS-DETR

    0View on GitHub↗
    View on GitHub↗0
  • encounter1997/de-detrsE

    encounter1997/DE-DETRs

    0View on GitHub↗
    View on GitHub↗0
  • charlotte-pel/temporalcnnC

    charlotte-pel/temporalCNN

    0View on GitHub↗
    View on GitHub↗0
  • esri/deep-learning-frameworksEsri avatar

    Esri/deep-learning-frameworks

    595View on GitHub↗
    View on GitHub↗595
  • ethz-asl/rovioethz-asl avatar

    ethz-asl/rovio

    1,226View on GitHub↗
    C++
    View on GitHub↗1,226
  • ewenwan/apolloEwenwan avatar

    Ewenwan/apollo

    26View on GitHub↗

    An open autonomous driving platform 百度自动驾驶开源框架

    C++
    View on GitHub↗26
  • atten4vis/ms-detrA

    Atten4Vis/MS-DETR

    0View on GitHub↗
    View on GitHub↗0