Hello Everyone,
I have trained a YOLO v8 model and saved the weights in .pt format for detecting objects in 360-degree images. I also converted the model to .onnx format. Here are my specific needs:
Integration with ArcGIS Pro: Can I use this model directly with ArcGIS Pro tools or through the ArcGIS API for Python to extract detected objects along with their GPS coordinates for mapping?
Conversion to .dlpk: Is there a way to convert the .onnx model to a .dlpk file for use in ArcGIS Pro?
Coordinate Conversion: How can I convert the pixel coordinates of the detected objects to GPS coordinates and export this data to a shapefile for import into ArcGIS Pro?
Any guidance or resources on these topics would be greatly appreciated!
Thank you!