Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JenniferYingyiWu2020 opened this issue Sep 16, 2021 · 5 comments

Comments

@JenniferYingyiWu2020
Copy link

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!

@shenganzhan
Copy link
Contributor

Hi, Are you trying to write a ESRI raster function to utilize RasterFrames to do deep learning?

@JenniferYingyiWu2020
Copy link
Author

Of course! I do need to make deep learning be integrated with RasterFrames. If the "ESRI raster function" can be used to turn that to be true, then it will be better. So, would you pls help to give me some suggestions?

@shenganzhan
Copy link
Contributor

shenganzhan commented Sep 17, 2021

ESRI raster functions is not necessary to integrate deep learning with RasterFrames. Raster functions is a way for you to integrate that into the ArcGIS environment if you want to utilize ArcGIS's functionalities (I can help on this regard) but it does not really help on your case. I would suggest you to look further into the RasterFrames doc and ask in that community for more help.

@JenniferYingyiWu2020
Copy link
Author

JenniferYingyiWu2020 commented Sep 18, 2021

Hi,
I have read the “ArcGIS API for Python” and the deep learning section of “YOLOv3 Object Detector”(https://developers.arcgis.com/python/guide/yolov3-object-detector/) page and “How U-net works?”(https://developers.arcgis.com/python/guide/how-unet-works/) page have been fascinated to me. Most importantly, I think the above two pages of “Deep Learning with ArcGIS” has already met my requirements.
001
002
003

    Moreover, I have checked out the project “arcgis-python-api” from GitHub. However, the source codes and data sets of “14-deep-learning” have not been found, only there are some “.ipynb” files.

004

    So, if I would like to use “raster functions” to integrate “YOLO object detection” and “U-Net semantic segmentation” into the ArcGIS environment, could you pls help to share the “source code” and “data sets” for me? Many Thanks!

@shenganzhan
Copy link
Contributor

Again, raster function is not necessary for your purpose. You can find examples of ArcGIS API for Python here: https://github.com/Esri/arcgis-python-api/tree/master/samples/04_gis_analysts_data_scientists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants