Skip to content

Releases: Sinapsis-AI/sinapsis-data-tools

sinapsis-data-tools v0.2.29

30 Mar 20:12

Choose a tag to compare

updated project files

sinapsis-data-tools v0.2.0

25 Apr 20:04

Choose a tag to compare

updated project file

sinapsis-data-tools v0.1.2

08 Apr 17:43

Choose a tag to compare

This release includes minor updates in the sinapsis-data-writers, sinapsis-data-readers and sinapsis-data-visualization packages. They include supporting more image types. We fix a bug in the sinapsis-data-writers by includen a missing dependency. As for the visualization, we now add support to overwrite images or add new ones to the DataContainer when drawing annotations

sinapsis-data-tools v0.1.1

25 Mar 20:14

Choose a tag to compare

This release of the Sinapsis mono repo brings enhanced functionality and reliability to its data handling packages, empowering developers to work more efficiently with image and video data.

  • Sinapsis Data Readers

The sinapsis-data-readers package has been enhanced to improve the handling of images and videos. This release includes bug fixes and new features to streamline data reading operations.
Key Features

Video Path Bug Fix
    Resolves issues where incorrect video paths caused errors during video reading.
    Enhances robustness and reliability when working with video files.
Image and Video Reader color:
  The images and video frames are read in the RGB color space and color space is handled through a new template
  • Sinapsis Data Writers

The sinapsis-data-writers package has been updated to improve the handling of image content and color spaces. These changes enhance the flexibility and accuracy of image writing operations.
Key Features

Image Content Handling
    Updates the way image content is added to ImagePacket.
    Improves compatibility and performance when working with image data.

Color Space Management
    Introduces changes to handle color spaces more effectively.
    Simplifies the process of managing color transformations during image writing.
  • Sinapsis Generic Data Tools

The sinapsis-generic-data-tools package introduces a new template for image color conversion, expanding its utility for developers working with image data.
Key Features

Image Color Conversion Template
    Adds a new template for converting image color spaces.
    Simplifies the process of transforming images between different color spaces, enabling developers to handle a wider range of image processing tasks.

sinapsis data tools v0.1.0

12 Mar 16:38
1afdb6d

Choose a tag to compare

Sinapsis data tools is a mono repo consisting of different packages for data handling

  • Support for audio, image, video, binary, etc, extensible to other data formats.
  • Support for OpenCV, FFMPEG, TorchCodec, NVIDIA/DALI, Pydub, Soundfile, and other libraries to read and write data.
  • Support for matplotlib, Scikit-Learn, SKTime, and other libraries to visualize and analyze data.

The packages included in this release are:

  • sinapsis-data-readers
  • sinapsis-data-wrtiers
  • sinapsis-data-visualization
  • sinapsis-generic-data-tools