ComfyUI-TrackingNodes

ComfyUI-TrackingNodes
★ 19

目标跟踪YOLOv8视频处理ComfyUI节点
在ComfyUI中提供一组节点,使用YOLO(如YOLOv8)和多种处理器在视频中检测并跟踪目标,便于集成与导出轨迹与检测结果。
💡 在ComfyUI流水线中对视频对象进行检测与轨迹跟踪
🍴 4 Forks💻 Python🔄 2024-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/8f9eee5e2cdb
📦 requirements.txt
numpy
supervision
ultralytics
timm
scikit-image
📄 README

ComfyUI-TrackingNodes

ComfyUI nodes to track objects in videos using YOLOv8

Table of Contents

  • Installation
  • How to Install
  • How to Configure Models
  • Accompanying Node Repos
  • Installation

    How to Install

    Clone or download this repo into your ComfyUI/custom_nodes/ directory.

    Then run pip install -r requirments.txt within the cloned repo.

    How to Configure Models

    Download one of the YOLOv8 models from https://github.com/ultralytics/ultralytics and place it into ComfyUI/custom_nodes/ComfyUI-TrackingNodes/models/yolov8

    Accompanying Node Repos

  • InstanceDiffusion
  • AnimateDiff-Evolved