Esri / raster-deep-learning

ArcGIS built-in python raster functions for deep learning to get you started fast.
Apache License 2.0
186 stars 87 forks source link

ONNX support for Object Detection #23

Open gbrunner opened 4 years ago

gbrunner commented 4 years ago

@lingtangraster The following update provides support for Object Detection with ONNX (Open Neural Network Exchange) format models. I am hoping to add support for Image Classification too in the near future. @Rob-Fletcher @dwilson1988

gbrunner commented 4 years ago

@lingtangraster I've added ONNX support for image classification too. Take a look at the instructions that I've put in onnx\image_classification and onnx\object_detection to see how these work.