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

How to write YOLO or U-Net Deep Learning code which is integrated with RasterFrames? #39

Open JenniferYingyiWu2020 opened 2 years ago

JenniferYingyiWu2020 commented 2 years ago

Hi, I have read the RasterFrames supervised machine learning on the page of "https://rasterframes.io/supervised-learning.html", now I would like to implement Deep Learning similar to “supervised machine learning”, such as "YOLO object detection" and "U-Net semantic segmentation". However, I am so confused about how to write YOLO or U-Net Deep Learning code which is integrated with RasterFrames? So, would you pls help to give me some suggestions? Many Thanks!

Lumcoin commented 2 years ago

Did you figure it out? I face the same problem with YOLOv5...