adrianboguszewski / debug-image-viewer

Other
6 stars 0 forks source link

The free version cannot view images #1

Open freshman-x opened 3 months ago

freshman-x commented 3 months ago

The free version does not have the features in readme.

The free version of "View as Image" is not clickable.

adrianboguszewski commented 3 months ago

@freshman-x please let me know what image you're trying to show. Are we talking about Python? Is it a numpy array?

freshman-x commented 3 months ago
image

I want to display a tensor object in Python, but before I activated the free trial, the "View as Image" button was grayed out, and it showed a "premium" label.

(Just like in the image above, since I activated the free trial, I can't reproduce the issue right now. The image was Photoshopped to demonstrate the problem.)

adrianboguszewski commented 2 months ago

Thanks for the details. The plugin allows showing a numpy array (OpenCV image) for free. The support for Pillow images, TensorFlow and PyTorch tensors is available in the premium version as well as other features (https://plugins.jetbrains.com/plugin/14371-debug-image-viewer-former-opencv-image-viewer-/features).

So please continue using your free trial and when it ends and you don't want to subscribe you can always create a watch, where you convert your tensor to a numpy array in the format of HxWxC, supported in the free version.

freshman-x commented 2 months ago

Thank you for your answer. nice work.