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

相关推荐
ZhengEnCi15 小时前
P3E-Python Lambda表达式完全指南-什么是匿名函数?为什么90%程序员都在用?怎么快速掌握函数式编程利器?
后端·python
DKunYu15 小时前
1.多线程初阶
java·开发语言
ccut 第一混15 小时前
用c# 制作一个扑克牌小游戏
开发语言·c#
Ace_317508877615 小时前
京东商品详情接口深度解析:从反爬绕过到数据结构化重构
数据结构·python·重构
尤利乌斯.X15 小时前
在Java中调用MATLAB函数的完整流程:从打包-jar-到服务器部署
java·服务器·python·matlab·ci/cd·jar·个人开发
听风吟丶15 小时前
Java 9 + 模块化系统实战:从 Jar 地狱到模块解耦的架构升级
开发语言·python·pycharm
love530love15 小时前
【笔记】xFormers版本与PyTorch、CUDA对应关系及正确安装方法详解
人工智能·pytorch·windows·笔记·python·深度学习·xformers
2301_7644413315 小时前
Streamlit搭建内网视频通话系统
python·https·音视频
伟大的大威15 小时前
LLM + TFLite 搭建离线中文语音指令 NLU并部署到 Android 设备端
python·ai·nlu
做怪小疯子15 小时前
JavaScript 中Array 整理
开发语言·前端·javascript