Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srwi/pycharm-pixellens
Free PyCharm image viewer plugin for visualizing and debugging NumPy, OpenCV, PyTorch, TensorFlow, JAX, and PIL data.
https://github.com/srwi/pycharm-pixellens
data-science debugger-visualizer debugging machine-learning pycharm pycharm-plugin python
Last synced: 27 days ago
JSON representation
Free PyCharm image viewer plugin for visualizing and debugging NumPy, OpenCV, PyTorch, TensorFlow, JAX, and PIL data.
- Host: GitHub
- URL: https://github.com/srwi/pycharm-pixellens
- Owner: srwi
- License: gpl-3.0
- Created: 2024-07-03T19:48:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T17:12:09.000Z (about 1 month ago)
- Last Synced: 2024-10-09T18:43:28.782Z (27 days ago)
- Topics: data-science, debugger-visualizer, debugging, machine-learning, pycharm, pycharm-plugin, python
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/25039-pixellens
- Size: 2.02 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PixelLens for PyCharm
![Build](https://github.com/srwi/PyCharm-PixelLens/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/25039-pixellens.svg)](https://plugins.jetbrains.com/plugin/25039-pixellens)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/25039-pixellens.svg)](https://plugins.jetbrains.com/plugin/25039-pixellens)[PixelLens](https://plugins.jetbrains.com/plugin/25039-pixellens) is a free and [fully open source](https://github.com/srwi/PyCharm-PixelLens) PyCharm plugin designed to enhance the image visualization capabilities while debugging NumPy, OpenCV, PyTorch, TensorFlow, JAX or Pillow (PIL) image data.
PixelLens is capable of displaying 1D, 2D, 3D or 4D data by right clicking any supported variable in the debugger and selecting View as Image.
## Features
- View NumPy, OpenCV, PyTorch, TensorFlow, JAX and Pillow (PIL) data as image
- View entire batches (fourth dimension) or individual channels of the data
- Apply value normalization or Viridis colormap for better visibility
- Transpose dimensions (CHW ↔ HWC) or reverse channels (RGB ↔ BGR)
- Save or copy the displayed image for easy sharing
## Installation
- Get it from the [JetBrain Marketplace](https://plugins.jetbrains.com/plugin/25039-pixellens)
- Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "PixelLens" > Install
- Manually:Download the [latest release](https://github.com/srwi/PyCharm-PixelLens/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...## License
This project is licensed under the [GPLv3](https://github.com/srwi/PyCharm-PixelLens/blob/master/LICENSE) license.