I currently have ArcGIS pro version 3.1.3, and followed the steps at esri and github and installed the deep learning frame work v3.1 for Arcgis pro. I then proceeded to download the SAR image of the harbor of Aberdeen from copernicus. I then proceeded to use the Arcgis model to detect ship from the SAR image as show on the ArcGis website (see screenshots), However I keep receiving this error code: "
Traceback (most recent call last):
File "C:\Users\23470\Documents\ArcGIS\Projects\MyProject23\DetectShipsFromSAR.py", line 64, in <module>
out_raster = arcpy.management.Clip(in_raster, "#", "#", in_mask, "65536", "ClippingGeometry", "NO_MAINTAIN_EXTENT")
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 20983, in Clip
raise e
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 20980, in Clip
retval = convertArcObjectToPythonObject(gp.Clip_management(*gp_fixargs((in_raster, rectangle, out_raster, in_template_dataset, nodata_value, clipping_geometry, maintain_clipping_extent), True)))
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 512, in <lambda>
return lambda *args: val(*gp_fixargs(args, True))
arcgisscripting.ExecuteError: ERROR 001566: Failed to create raster dataset. The reason could be: The clip feature is outside the raster extent.ERROR 001566: Failed to create raster dataset. The reason could be: The clip feature is outside the raster extent.
Failed to execute (Clip).
Failed script Detect Ships using SAR data...
Failed to execute (DetectShipsUsingSARData).
Failed at Wednesday, 25 October 2023 12:44:31 (Elapsed Time: 5.26 seconds)
"
Here are screen shots, Kindly assist, I wan t to detect ships at the harbor of Aberdeen
















