fossasia/visdom

visdom.images() sometimes draw all black images

已关闭

#602 创建于 2019年4月8日

 (8 条评论) (1 个反应) (1 位负责人)Python (1,152 个派生)batch import
Fix Proposedenhancementhelp wantedrelease blocker 0.2.5

仓库指标

星标
 (9,831 个星标)
PR 合并指标
 (平均合并 9天 12小时) (30 天内合并 116 个 PR)

描述

Bug Description I use the mean=[0.485, 0.456, 0.406],std=[0.229, 0.224, 0.225] to normalize the image. Then I do some translates on these images. Finally, I restore these images to the normal state and use the visdom.images() to show the images. The problem is that sometimes these images are all black, I print the image matrix and all values are [0-1],which are right. Strangely,sometimes these images can draw normally.

Screenshots

This is the case: image

贡献者指南