You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

latent-viewer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latent-viewer

An interactive 3D viewer for inspecting image embeddings

0.0.1
pipPyPI
Maintainers
1

LatentViewer

LatentViewer is a visualisation tool to inspect image embeddings. It uses principal component analysis to display the embedding vectors as a point cloud. Individual points can be selected to display an image, as well as its nine closest neighbours.

Additionally, there is the possibility to train an SVM classifier through an active learning method. This is particularly useful when dealing with embeddings of an unlabeled data set.

Installation

Install the latent viewer with pip:

pip install latent-viewer

Usage

After installation, the latent-viewer can be invoked with lv. For using, it is important to specify both a file with the embeddings, as well as an HDF5 image archive.

lv -e embeddings.csv -a image_archive.hdf5

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