awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesSensor

Cleaning and structuring of raw data originating from hardware sensors.

Distinct from Data Transformation: Specifically targets the transformation of raw sensor telemetry rather than general data files.

Explore 5 awesome GitHub repositories matching data & databases · Sensor. Refine with filters or upvote what's useful.

Awesome Sensor GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dusty-nv/jetson-inferencedusty-nv 的头像

    dusty-nv/jetson-inference

    8,734在 GitHub 上查看↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Cleans, filters, and transforms raw sensor data into structured formats using GPU-accelerated libraries.

    C++caffecomputer-visiondeep-learning
    在 GitHub 上查看↗8,734
  • rfordatascience/tidytuesdayrfordatascience 的头像

    rfordatascience/tidytuesday

    8,211在 GitHub 上查看↗

    This repository provides a curated collection of weekly datasets designed for data visualization practice, data science education, and statistical analysis. It serves as a central source for cleaned and structured real-world data, allowing practitioners to focus on analysis and visualization without the need to scrape or clean raw files. The project facilitates a community learning workflow where users can explore a wide variety of topics, ranging from global health spending and energy datasets to maritime logs and baby name popularity. Participants are encouraged to share their resulting vis

    Provides geographic and operational metadata for sensor deployments to contextualize temperature readings.

    HTML
    在 GitHub 上查看↗8,211
  • gyroflow/gyroflowgyroflow 的头像

    gyroflow/gyroflow

    8,256在 GitHub 上查看↗

    Gyroflow is a gyroscope video stabilization software and IMU telemetry processor designed to remove camera shake from video files. It functions as a hardware-accelerated video renderer and lens calibration tool, utilizing embedded or external gyroscope and accelerometer data to perform pixel-level stabilization. The system is distinguished by its ability to integrate with professional non-linear video editing software via plugins, allowing stabilization to be applied directly to timelines without transcoding original footage. It supports diverse telemetry ingestion from camera brands, flight

    Rotates gyroscope and accelerometer readings to match the physical orientation of the camera sensor.

    Rustfpvgoprogpu
    在 GitHub 上查看↗8,256
  • smacke/ffsubsyncsmacke 的头像

    smacke/ffsubsync

    7,576在 GitHub 上查看↗

    ffsubsync is a subtitle synchronization tool that aligns subtitle timestamps to audio tracks or reference files using voice activity detection and FFmpeg. It functions as an audio-based subtitle aligner that analyzes speech patterns within a video audio stream to correct timing. The system provides capabilities for cross-language subtitle synchronization, allowing an unsynchronized file to be aligned using a correctly timed subtitle file in a different language as a reference. It also includes a remote media timing engine that streams audio references from network URLs to perform synchronizat

    Adjusts subtitle timestamps by calculating the linear offset between a target file and a synchronized reference.

    Pythonalignmentaudiocaption
    在 GitHub 上查看↗7,576
  • morpheus65535/bazarrmorpheus65535 的头像

    morpheus65535/bazarr

    4,070在 GitHub 上查看↗

    Bazarr 是一个自动化字幕管理系统和下载器,旨在发现、获取和同步电影和电视节目的字幕。它作为一个媒体库伴侣,通过 API 与外部媒体管理器和服务器集成,以跟踪缺失的字幕并确保库保持最新。 该项目通过高级媒体处理脱颖而出,使用神经网络音频转录从音轨生成字幕或将外语对话翻译成英语。它还具有基于音频的同步功能,可将字幕时间与视频内容对齐,并能在发现更高质量版本时自动升级现有字幕。 该系统涵盖了广泛的自动化功能,包括语言配置文件管理、跨多个字幕提供商的自适应搜索调度以及事件驱动的 Webhook 触发器。它支持通过 SQLite 或 PostgreSQL 进行数据持久化,并包括用于定位跨不同主机系统或容器的媒体文件的路径映射翻译工具。 该应用可以作为 Windows 上的后台服务或通过其他平台上的系统初始化管理器部署,并支持用于远程访问的反向代理配置。

    Aligns subtitle timestamps by calculating offsets against a known synchronized reference file.

    Pythondownload-subtitlesepisodesmovie
    在 GitHub 上查看↗4,070
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Transformation
  5. Sensor

探索子标签

  • Motion AlignmentAligns the orientation of sensor readings to match the physical camera sensor position. **Distinct from Sensor:** Focuses on coordinate rotation and alignment rather than general cleaning and structuring of telemetry.
  • Timing Alignment1 个子标签Automatic synchronization of timestamps between raw sensor data and video frames. **Distinct from Sensor:** Focuses on the timing synchronization aspect of sensor data processing rather than general cleaning or structuring.