Sangkyu Lee

Results 6 comments of Sangkyu Lee

> I applied on another domain, was fine, > can you increase the resolution: make your image size: 160 x160 I've already tried to make image resolution as 160x160 by...

> Heat maps are relative to the image data. > example) > nomal data = 0,0,0,1,2(red),1,1,4(red),2(red),1,... > anomaly data = 0,0,0,1,2,1,1,14(red),2,1,16(red),... > Are you check threshold? need gt mask I'm...

> In the case of normal image, even if there is little data deviation, it is expressed red in the heat map. > This is because heat maps make data...

> because of this code > norm = matplotlib.colors.Normalize(vmin=vmin, vmax=vmax) > > if you change ax = ax_img[2].imshow(heat_map, cmap='jet', norm=**None**) > > You will see the range of color bar...

thanks for reply! I think this way is faster that Instead of calcuating vectors with for loop, get mahalanobis distance with matrix multiply!

thanks for your reply! I edited ~~~ to ```, and then I tried it. But it still hangs indefinitely.