I’m using ArcGIS Notebooks in ArcGIS Online with GPU support to train a deep learning model (MaskRCNN) and publish the package (.dlpk). The training and publishing work well, but object detection with DetectObjectsUsingDeepLearning in ArcPy takes about 15 hours, even with GPU.
Questions:
- Web Applications: Is it possible to use the deep learning package in web applications for real-time object detection?
- Optimization: How can I reduce the detection time? Is it normal for it to take this long even with GPU?
- Recommended Workflow: What is the most efficient workflow for object detection with ArcGIS Online?
Thank you for your assistance.
Best regards,