The guide on how to install is currently written for Mac OS only. The guide is most likely the same for any other unix system but some commands maybe need to be changed.
The goal of this research is to calculate(as the title describes) the water depth out of Aerial images.
To result this a few steps first need to be done.
- Getting images from aerial photo's with their correlated data, It should consist of:
- The photo itself.
The bounding box of the photo. e.g : the top left and bottom right coordinate.- location of the coordinate point in the image. which pixel etc.
- Retrieve depth data from the given resources online.
- Based on given depth data train the model to recognize depth.
- Integrate the model into the SailingRobots website.
- Get the images.
- Write a notebook which can get an image for a random point.
- Configuration file which gives possible WMTS Urls and their layers
- Have selected location in image
- in code.
- visualized
- Ability to use different coordinate systems.
- Read coordinates in from files:
- Train Model based on the given depth data:
- From different sources
- Estimator for water depth
- Integration for website
- Call to calculate areas
- Call to get areas with a depth lower then specified.
The description of how to train the model can be found at the train model description.
The description of how to run the server with the corresponding machine learning model can be found at the Install
