Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cvpl-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cvpl-tools

A Python package for utilities and classes related to the file I/O, dataset record keeping and visualization for image processing and computer vision.

  • 0.7.7
  • PyPI
  • Socket score

Maintainers
1

Computer Vision Pipeline Tools

cvpl_tools documentation

cvpl_tools is a Python package for utilities and classes related to the file I/O, dataset record keeping for image processing and computer vision.

Functionalities this repository provides for managing datasets using DatasetReference:

  • DatasetReference keeps an ordered array of image file paths
  • Images are assigned unique IDs used to match with their annotation files
  • DatasetReference can be written to disk as json using strenc.py, recording down the image files used in a processing step and their file paths
  • cvpl_tools/fs.py provides interface to turn image files to and write them from numpy arrays
  • reader_from_cmd.py defines a utility function for creating DatasetReference by pattern matching image files to be included in the dataset
  • cvpl_tools/im folder provides an extensible segmentation pipeline that supports Napari visualization and intermediate result caching/checkpointing functionalities

Dependency

This repository uses Poetry to manage dependency.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc