Agent skill · AI & Agents

vision-utilities

Guide for using vision utilities in speedy_utils, including fast GPU image loading, memory-mapped datasets, and notebook visualization.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill vision-utilities-anhvth-speedy-utils --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-ml/vision-utilities-anhvth-speedy-utils/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Vision Utilities Guide This skill provides comprehensive guidance for using the vision utilities in `speedy_utils`. ## When to Use This Skill Use this skill when you need to: - Load images efficiently, leveraging GPU acceleration (NVIDIA DALI) when available. - Create memory-mapped datasets (`ImageMmap`) for extremely fast random access training loops. - Visualize batches of images in Jupyter notebooks with automatic grid layout. - Handle various image formats (numpy, torch, file paths) uniformly. ## Prerequisites - `speedy_utils` installed. - `Pillow` and `numpy` (required). - `matplotlib` (for plotting). - `nvidia-dali-cuda110` or similar (optional, for GPU loading). - `torch` (optional, for tensor support). ## Core Capabilities ### Fast Image Loading (`read_images`) - Tries GPU (DALI) first, falls back to CPU (Pillow). - Supports batch processing and resizing. - Validates images to skip corrupted files. ### Memory-Mapped Datasets (`ImageMmap`, `ImageMmapDynamic`) - **`ImageMmap`**: For fixed-size images. Pre-processes and resizes images once, then stores them in a single binary file for zero-copy access. - **`ImageMmapDynamic`**: For variable-size images. Stores flattened imag

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Prerequisites
  3. Core Capabilities
  4. Fast Image Loading (readimages)
  5. Memory-Mapped Datasets (ImageMmap, ImageMmapDynamic)
  6. Notebook Visualization (plotimagesnotebook)
  7. Usage Examples
  8. Example 1: Fast Image Loading
  9. Example 2: Creating a Mmap Dataset
  10. Example 3: Visualizing Images
  11. Guidelines
  12. Limitations
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the vision-utilities skill do?

Guide for using vision utilities in speedy_utils, including fast GPU image loading, memory-mapped datasets, and notebook visualization.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill vision-utilities-anhvth-speedy-utils --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going