зеркало из https://github.com/microsoft/torchgeo.git
Don't flip image when plotting
This commit is contained in:
Родитель
a207f0ee5a
Коммит
ea2ebdc6e6
|
@ -152,6 +152,6 @@ class NAIP(GeoDataset):
|
|||
|
||||
# Plot the image
|
||||
ax = plt.axes()
|
||||
ax.imshow(array, origin="lower")
|
||||
ax.imshow(array)
|
||||
ax.axis("off")
|
||||
plt.show()
|
||||
|
|
Загрузка…
Ссылка в новой задаче