Hi everyone! 😊
I'm trying to run a Deep Learning model (.dlpk) using the Detect Objects Using Deep Learning tool in ArcGIS Pro 3.5.3, and I'm getting the following error:
error image
Error 002667: Unable to initialize python raster function with scalar arguments.
ModuleNotFoundError: No module named 'torchvision'
The .dlpk model was exported correctly and works on other machines,
so I believe the issue might be related to the local Python environment or missing libraries.
Could you please help me understand:
What is the correct way to configure the Python environment for running .dlpk models in ArcGIS Pro 3.5.3?
Does the torchvision package come included with Esri’s Deep Learning Framework, or should it be installed manually?
Is there any recent documentation or recommendation for this specific error?
Thank you very much in advance!
Mariana