Skip to main content

GitHub  •  LinkedIn  •  X  •  Discord

Telekinesis Lens

Telekinesis Lens is a local visual dataset studio for inspecting, annotating, and exporting image and video datasets. Its React interface runs in the browser while a local FastAPI service reads and updates files on your computer.

It includes:

  • YOLO, COCO, image-folder, and video workspaces
  • Box, polygon, and mask annotation tools with undo and redo
  • AI click-to-mask initialization and video mask propagation
  • Dataset filtering, class management, review, and export
  • CPU and NVIDIA GPU tracker runtime options
  • A compiled GUI included in every Python wheel and source distribution

Lens installs both the telekinesis-ai SDK and the telekinesis-trackers package as direct dependencies. CPU tracking is the default; the gpu installation flag adds the NVIDIA runtime dependencies.

Release Model

Telekinesis Lens is currently in active development (pre-1.0). Features and APIs may evolve between minor releases. Install or upgrade to the newest compatible version for the latest fixes and capabilities.

Installation

  1. Create an isolated environment. We recommend Miniconda.

  2. Create a Python 3.11 or 3.12 environment:

    conda create -n telekinesis-lens python=3.11
    
  3. Activate it:

    conda activate telekinesis-lens
    
  4. Install Lens. The standard installation includes the CPU tracker runtime:

    pip install telekinesis-lens
    

    For NVIDIA GPU tracking, add the gpu flag:

    pip install "telekinesis-lens[gpu]"
    

    The GPU extra installs telekinesis-trackers[gpu], including ONNX Runtime GPU, CUDA 12 user-space libraries, cuDNN, and CuPy. It requires a compatible NVIDIA driver. Because Trackers includes CPU ONNX Runtime in its base package, finish the switch by replacing that runtime:

    pip uninstall -y onnxruntime onnxruntime-gpu
    pip install "onnxruntime-gpu[cuda,cudnn]>=1.21,<1.27" "cupy-cuda12x[ctk]>=14,<15"
    

    This follows the current Trackers installation contract and prevents the CPU and GPU distributions from sharing the same Python module directory.

The published distribution is named telekinesis-lens; its Python module is telekinesis.lens. The compiled interface is included, so users do not need Node.js or npm.

Example

Start Lens:

lens

Open a dataset folder or video immediately:

lens "/path/to/dataset-or-video"

Or launch it from Python:

from telekinesis import lens

lens.launch("/path/to/dataset-or-video")

Lens opens at http://127.0.0.1:5151. Files remain local and annotations are saved back to the selected workspace.

Workflows

  • Browse and filter samples by status, split, and annotated class.
  • Draw and edit boxes, polygons, and masks with explicit saving.
  • Refine masks using positive/negative AI clicks and the mask eraser.
  • Propagate masks through video frames and cancel propagation when needed.
  • Review AI predictions before accepting them as annotations.
  • Export YOLO detection/segmentation or COCO datasets.

Resources

Support

For issues and questions:

Download files

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

Source Distribution

telekinesis_lens-0.1.1.tar.gz (139.4 kB view details)

Uploaded Source

Built Distribution

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

telekinesis_lens-0.1.1-py3-none-any.whl (132.5 kB view details)

Uploaded Python 3

File details

Details for the file telekinesis_lens-0.1.1.tar.gz.

File metadata

  • Download URL: telekinesis_lens-0.1.1.tar.gz
  • Upload date:
  • Size: 139.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for telekinesis_lens-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e7edcef03d29d380f5ca30a1489166efe1cb797c83b98d83a76a2ad821e12c9b
MD5 8a0135c26fc25ec000218cbbea15113e
BLAKE2b-256 ffe68db5ca63be7ce6f46391199ced8999a67b2aa7a52713219b810e00204fe6

See more details on using hashes here.

File details

Details for the file telekinesis_lens-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for telekinesis_lens-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8f195ebf91aae5ff764c4dd1d6a2448a85ba617dc4ed228cbf2698ab41e76be7
MD5 152a2268c9ca58068f63af4345e11ca4
BLAKE2b-256 cde33bc405270e13ab0e857364bc9fd5b6ee98e1dbab784df036cae0aa1d0b64

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page