For the life of me, I cannot get arcgis.learn to import the name 'SuperResolution' in the Jupyter Python Notebook sample called "Increase Image Resolution using SuperResolution". This sample can be found here Superresolution Sample. I have updated Conda so that should be all good. Additionally, I'm a relative novice so forgive me if I don't get a term right. I have run this in AGOL Jupyter Notebook and on Notebooks inside ArcGIS Pro. The error looks like this:
from arcgis.learn import SuperResolution, prepare_data
(It then gives me the following error):
---------------------------------------------------------------------------ImportError Traceback (most recent call last) In [10]: Line 1: from arcgis.learn import SuperResolution, prepare_data ImportError: cannot import name 'SuperResolution'---------------------------------------------------------------------------
I have checked the arcgis.learn documentation here and it is still called 'SuperResolution' as the name.
Why then can it not import the name 'SuperResolution'?
If someone could please help me with this that would be ultra-helpful. Thanks so much! I've
also attached the Jupyter Notebook Python sample.