Apply Context-Adaptive Interpolator
This commit is contained in:
@@ -7,4 +7,7 @@ def randomGaussianImage(scale, size):
|
||||
|
||||
def showImageWithMatplotlib(npArray):
|
||||
plt.imshow(npArray)
|
||||
plt.show()
|
||||
plt.show()
|
||||
|
||||
def toPilImage(npArray):
|
||||
return Image.fromarray(npArray)
|
Reference in New Issue
Block a user