Hello,
I think it would be great benefit if ArcGIS Pro Deep Learning Tools become able to read model files like .pt or pickle files without the need to hardcode this to convert these formats to .emd first.
Thanks.
Hello @Muhammad_Elbagoury ,
Thank you for your suggestion!
ArcGIS tools already support .pt (PyTorch) and other pickled model files. To use externally trained models within ArcGIS, you'll need to package them into a Deep Learning Package (.dlpk). This is a structured archive containing the model definition, weights, and necessary configuration.
The process typically involves:
For detailed guidance, including examples and templates, you can refer to the Esri Custom Models GitHub repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.