DeepForest开源程序是用于 Airborne RGB 机器学习的 Python 软件包

​一、软件介绍

文末提供程序和源码下载

DeepForest 是一个 python 包,用于训练和预测机载图像中的生态对象。DeepForest 目前附带了树冠对象检测模型和鸟类检测模型。两者都是单类模块,可以根据新数据扩展到物种分类。用户可以通过注释和训练自定义模型来扩展这些模型。

二、deepforest 的工作原理是什么?

DeepForest 使用深度学习对象检测网络来预测与 RGB 图像中单个树木对应的边界框。DeepForest 基于 torchvision 包中的对象检测模块构建,旨在简化检测训练模型。

For more about the motivation behind DeepForest, see some recent talks we have given on computer vision for ecology and practical applications to machine learning in environmental monitoring.
有关 DeepForest 背后的动机的更多信息,请参阅我们最近发表的一些关于生态学计算机视觉和机器学习在环境监测中的实际应用的演讲。

Why DeepForest? 为什么选择 DeepForest?

Remote sensing can transform the speed, scale, and cost of biodiversity and forestry surveys. Data acquisition currently outpaces the ability to identify individual organisms in high-resolution imagery. Individual crown delineation has been a long-standing challenge in remote sensing, and available algorithms produce mixed results. DeepForest is the first open-source implementation of a deep learning model for crown detection. Deep learning has made enormous strides in a range of computer vision tasks but requires significant amounts of training data. By including a trained model, we hope to simplify the process of retraining deep learning models for a range of forests, sensors, and spatial resolutions.
遥感可以改变生物多样性和林业调查的速度、规模和成本。目前,数据采集的速度超过了在高分辨率图像中识别单个生物体的能力。单个树冠的描绘一直是遥感领域长期面临的挑战,可用的算法会产生喜忧参半的结果。DeepForest 是用于牙冠检测的深度学习模型的第一个开源实现。深度学习在一系列计算机视觉任务中取得了长足的进步,但需要大量的训练数据。通过包含经过训练的模型,我们希望简化针对一系列森林、传感器和空间分辨率重新训练深度学习模型的过程。

三、软件下载

夸克网盘分享

本文信息来源于GitHub作者地址:https://github.com/weecology/DeepForest

相关推荐
万粉变现经纪人7 分钟前
如何解决pip安装报错ModuleNotFoundError: No module named ‘keras’问题
人工智能·python·深度学习·scrapy·pycharm·keras·pip
xiangweiqiang16 分钟前
用phpstudy安装php8.2后报错:意思是找不到php_redis.dll拓展时
开发语言·php
mitt_30 分钟前
go语言变量
开发语言·后端·golang
TravisBytes1 小时前
gRPC C++ 从 0 到 1 → 到线上:**超详细** 环境搭建、编码范式、性能调优与 DevOps 全攻略
开发语言·c++·devops
kngines1 小时前
【Node.js从 0 到 1:入门实战与项目驱动】1.1 什么是 Node.js?(定义、运行环境、与浏览器 JavaScript 的区别)
开发语言·javascript·node.js
java1234_小锋1 小时前
【NLP舆情分析】基于python微博舆情分析可视化系统(flask+pandas+echarts) 视频教程 - 词云图-微博评论词云图实现
python·自然语言处理·flask·nlp·nlp舆情分析
codists2 小时前
《AI-Assisted Programming》读后感
python
爱欲无极2 小时前
基于Flask的微博话题多标签情感分析系统设计
后端·python·flask
F_D_Z2 小时前
conda issue
python·github·conda·issue
大阳1232 小时前
数据结构2.(双向链表,循环链表及内核链表)
c语言·开发语言·数据结构·学习·算法·链表·嵌入式