TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I built an open-source AI system for drones

5 点作者 stephanst超过 1 年前
Hey HN! I just released a suite of AI models for deployment on UAV and other "overhead" devices to provide some understanding of the world below. The objective is to empower all sorts of open-source use cases around search and rescue, wildfire prevention, ground risk mitigation for flight over populated areas etc... The neural networks are trained for a bunch of different devices from big GPUs to tiny edge AI cameras like the Luxonis OAK, with some optimised ones for Nvidia TensorRT and other cool bits and pieces too. The main release package also includes some boilerplate code for running on your own drone images and videos, so check it out whether you have a DJI hobby drone or a massive Raytheon platform!

1 comment

tamimio超过 1 年前
Cool<p>&gt;is capable of detecting these classes of items in overhead images ranging in altitude from about 30 feet to satellite imagery<p>Yep, that’s the issue with YOLO algorithm, close objects, it is the reason why in a previous drone project we used SSD instead, processing a 4K realtime footage.