Skip to main content

Helper functions for vision processing.

Project description

fsai-vision-utils

A comprehensive collection of computer vision utilities and CLI tools for COCO dataset processing, image manipulation, and machine learning workflows.

🚀 Installation

poetry add fsai-vision-utils

📋 Overview

This package provides a suite of command-line tools designed to streamline computer vision workflows, particularly for COCO format datasets. Whether you're preparing data for training, augmenting datasets, or analyzing annotations, these tools offer efficient, parallelized solutions for common computer vision tasks.

🛠️ Available CLI Tools

Data Processing & Manipulation

  • aws-batch-download - Download multiple files from S3 with multi-threading and retry logic
  • coco-resize - Resize COCO dataset images while maintaining aspect ratio and filtering annotations
  • coco-slice-dataset - Slice large images into smaller tiles for training or inference
  • coco-background-crop - Generate random background crops from COCO images for negative samples

Data Augmentation & Enhancement

  • coco-augment - Apply data augmentation to COCO datasets with bounding boxes and keypoints

Dataset Management

  • coco-merge - Merge multiple COCO datasets into a single unified dataset
  • coco-split - Split COCO datasets into train/validation/test sets with stratification
  • coco-remap - Remap COCO category IDs to be contiguous starting from 0 or 1

Analysis & Visualization

Model Configuration & Deployment

  • detectron-config - Generate Detectron2 configuration files from model zoo templates
  • detectron-strip - Extract model weights from Detectron2 checkpoints for deployment

🎯 Quick Start Examples

Basic Dataset Processing Pipeline

# 1. Download images from S3
aws-batch-download --ids_txt_file image_ids.txt --aws_path s3://bucket/images --output_path ./images

# 2. Resize images and filter annotations
coco-resize --input-coco-json annotations.json --input-image-dir ./images --output-images-dir ./resized --output-coco-json ./resized/annotations.json --max-size 1024

# 3. Augment the dataset
coco-augment --input-json ./resized/annotations.json --input-images ./resized --output-json ./augmented/annotations.json --output-images ./augmented --num-augmentations 5

# 4. Split into train/val/test sets
coco-split --input-coco-json ./augmented/annotations.json --output-coco-dir ./splits --train-ratio 0.7 --val-ratio 0.15 --test-ratio 0.15

Large Image Processing

# Slice large images into manageable tiles
coco-slice-dataset --input-coco-json large_images.json --image-dir ./large_images --output-dir ./sliced --slice-height 1024 --slice-width 1024 --overlap-height-ratio 0.2 --overlap-width-ratio 0.2

Dataset Analysis

# Analyze object dimensions and size distributions
coco-analyze-dimensions --input-coco-json annotations.json --output-stats ./dimension_report.txt

# Count annotations by category
coco-count-annotations-by-category train.json val.json test.json --individual

# Visualize dataset interactively
coco-visualize --image-dir ./images --input-coco-json annotations.json --dataset-name "my_dataset"

🔧 Key Features

Performance & Scalability

  • Multi-threading/Multi-processing: All tools support parallel processing for optimal performance
  • Memory Efficient: Designed to handle large datasets without excessive memory usage
  • Progress Tracking: Real-time progress bars and statistics for long-running operations

Robustness & Reliability

  • Error Handling: Graceful handling of corrupted files and invalid annotations
  • Retry Logic: Automatic retry mechanisms for network operations
  • Validation: Built-in validation for COCO format compliance

Flexibility & Customization

  • Configurable Parameters: Extensive command-line options for fine-tuning behavior
  • Format Support: Support for various image formats (JPG, PNG, etc.)
  • Extensible: Modular design allows for easy extension and customization

📚 Documentation

Each CLI tool has detailed documentation with usage examples, parameter descriptions, and best practices:

🏗️ Architecture

The package is organized into several key components:

fsai_vision_utils/
├── clis/           # Command-line interface implementations
├── libs/           # Core library functions
│   ├── sahi/       # SAHI (Slicing Aided Hyper Inference) utilities
│   └── ensemble_model/  # Model ensemble utilities
└── __init__.py

🤝 Contributing

We welcome contributions! Please see our contributing guidelines for details on how to submit pull requests, report issues, and suggest improvements.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🔗 Links

🆘 Support

If you encounter any issues or have questions:

  1. Check the documentation for detailed usage instructions
  2. Search existing issues for similar problems
  3. Create a new issue with a detailed description of your problem

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fsai_vision_utils-0.0.259.tar.gz (103.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fsai_vision_utils-0.0.259-py3-none-any.whl (120.4 kB view details)

Uploaded Python 3

File details

Details for the file fsai_vision_utils-0.0.259.tar.gz.

File metadata

  • Download URL: fsai_vision_utils-0.0.259.tar.gz
  • Upload date:
  • Size: 103.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for fsai_vision_utils-0.0.259.tar.gz
Algorithm Hash digest
SHA256 98c3e117e4fd603e6bd8a268c9b89769837b3d084bb5db7987b132822a62ea52
MD5 c2249f8295075fb9be0a01fb5c462811
BLAKE2b-256 14c92c3cbe68abd84aee10936a6f633fa42f8101a560e0754a277a2b6fed049a

See more details on using hashes here.

File details

Details for the file fsai_vision_utils-0.0.259-py3-none-any.whl.

File metadata

  • Download URL: fsai_vision_utils-0.0.259-py3-none-any.whl
  • Upload date:
  • Size: 120.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for fsai_vision_utils-0.0.259-py3-none-any.whl
Algorithm Hash digest
SHA256 c676dff19e9c75da3e4a6ac46dd18ab6e898639a08ee508f45a2f5043ed4223f
MD5 7864f37282b5f417c63d854e309937a6
BLAKE2b-256 d363c913eb654f616593f1cba6e56bd790d6b0b4eba0fde1758fd485b9728942

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page