question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[App]: Images not being logged

See original GitHub issue

Current Behavior

I’m logging images once per epoch very simply with

print(samples.shape)
samples = [wandb.Image(sample) for sample in samples]
wandb.log({"samples": samples}, commit=False)

samples is a numpy array of shape (32, 28, 28, 3)

In the web interface, instead of showing the images it’s showing this: image

The same thing happens if I log a single image.

The images do show up as assets and can be viewed: image

image

Expected Behavior

The images should show up in Charts

Steps To Reproduce

No response

Screenshots

No response

Environment

OS: macOS Big Sur 11.5.2

Browsers: Chrome OS

Version: wandb 0.12.17

Additional Context

No response

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
albertfgucommented, Jun 10, 2022

I guess this is kind of silly but I was able to get the images by adding a new Panel for Images. I guess I just would have expected this to be done automatically instead of logging this Histogram panel

0reactions
dongzhuoyaocommented, Nov 10, 2022

Do you guys know how to solve this? I occasionally meet similar issues, see below, show images as histogram

image

“by adding a new Panel for Images” doesn’t work for me

Read more comments on GitHub >

github_iconTop Results From Across the Web

[App]: Images not being logged · Issue #3779 - GitHub
Current Behavior I'm logging images once per epoch very simply with print(samples.shape) samples = [wandb.Image(sample) for sample in ...
Read more >
If you're missing photos or videos in the Photos app
Control-click the photo, then choose Unhide Photo. You can also choose Image > Unhide Photo from the menu bar or press Command-L.
Read more >
7 Reasons Why Images Are Not Loading on Your Website
Website images fail to load for one of these seven common reasons.
Read more >
Images blocked by a browser
To ensure that images are not being blocked: Click the Chrome menu icon in the upper right-hand corner of the browser. Select Settings....
Read more >
Reddit App Not Loading Images? 9 Ways to Fix
Log Out and Back Into the Reddit App ... Reddit's sync issues aren't uncommon, and it may be that the platform is experiencing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found