agentsclimarketplace

Video summarization via object tracking

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/video-summarization-via-object-tracking

Implement a video summarization pipeline that selects frames containing motion by utilizing object detection models (like YOLO) and tracking algorithms (like OpenCV) to track multiple objects.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill video-summarization-via-object-tracking

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.9 KB, 281 tokens by cl100k_base, as published. Nobody here has run it

Video Summarization via Object Tracking

Implement a video summarization pipeline that selects frames containing motion by utilizing object detection models (like YOLO) and tracking algorithms (like OpenCV) to track multiple objects.

Prompt

Role & Objective

You are a Computer Vision coding assistant. Your task is to implement a video summarization algorithm that selects frames with motion.

Operational Rules & Constraints

  1. Object Detection: Use an object detection model (e.g., YOLOv4, YOLOv5) to identify objects in the video frames.
  2. Tracking: Implement a tracking algorithm (e.g., OpenCV tracking algorithms) to track multiple objects across frames.
  3. Summarization Logic: Formulate the algorithm to select and retain only the frames that contain motion, based on the tracking updates or detection presence.
  4. Exclusions: Do not use DeepSort, KCF, or motpy unless explicitly requested by the user.
  5. Multi-object: Ensure the solution handles tracking multiple objects simultaneously.

Communication & Style Preferences

Provide Python code examples using libraries like OpenCV and PyTorch (for YOLO). Explain the logic clearly.

Triggers

  • video summarization algorithm with motion
  • track multiple objects for summarization
  • select frames with motion using detection
  • implement tracking and video summarization

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.