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

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

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

3 个仓库

Awesome GitHub RepositoriesPosition Estimation

Methods for producing stable coordinates by combining historical tracking data with current detections.

Distinct from Object Detection and Tracking: Focuses on coordinate stability via filtering, distinct from the 3D spatial orientation of pose estimation.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Position Estimation. Refine with filters or upvote what's useful.

Awesome Position Estimation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tingsongyu/pytorch_tutorialTingsongYu 的头像

    TingsongYu/PyTorch_Tutorial

    8,018在 GitHub 上查看↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Combines historical tracking data with current detections using filtering to produce stable object coordinates.

    Python
    在 GitHub 上查看↗8,018
  • tingsongyu/pytorch-tutorial-2ndTingsongYu 的头像

    TingsongYu/PyTorch-Tutorial-2nd

    4,555在 GitHub 上查看↗

    这是一个关于使用 PyTorch 构建神经网络的综合教学资源和课程。它涵盖了深度学习的基本构建块,包括张量操作、自动微分以及模块化神经网络组件的构建。 该仓库是多个专业领域的参考指南。它提供了计算机视觉任务(如图像分类、目标检测和语义分割)的实现细节,以及涉及 Transformer、循环网络和生成模型的自然语言处理工作流。此外,它还包括生成式 AI 的参考资料,专门关注通过扩散模型和对抗网络进行图像合成。 材料延伸至模型优化和部署流水线。它涵盖了通过量化和将模型导出为 ONNX 和 TensorRT 等格式来减小模型大小并提高推理速度的技术。其他能力领域包括用于并行加载的数据工程、使用自定义指标的模型评估,以及开源大语言模型的部署。 该项目主要以一系列 Jupyter Notebook 的形式提供。

    Produces stable position estimates by blending historical track data with current detections.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    在 GitHub 上查看↗4,555
  • abewley/sortabewley 的头像

    abewley/sort

    4,369在 GitHub 上查看↗

    该项目是一个多目标跟踪框架,旨在为连续视频帧中检测到的边界框分配持久身份。它作为一种计算机视觉跟踪算法,通过将检测结果与一致的标签关联,实时监控多个移动目标。 该系统利用以卡尔曼滤波为核心的状态估计方法来预测未来的物体位置,并在检测间隙期间维持身份。它采用匈牙利算法进行最优数据关联,并计算交并比 (IoU) 以匹配预测的轨迹位置与实际检测结果。 处理流水线使用线性恒速模型管理活动轨迹注册表,以简化状态转换。它执行逐帧递归处理,随着新图像的分析更新所有被跟踪物体的状态。

    Estimates object positions across consecutive frames by combining historical data with current detections.

    Python
    在 GitHub 上查看↗4,369
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Computer Vision
  5. Object Detection and Tracking
  6. Position Estimation