/autobound

Repository for Google Summer of Code 2019 project

Primary LanguageJava

autobound

Repository for GSoC 2019 project.

Currently Implemented Features:

  • Collect Data - AutoBound - This can be found under the Tools Menu. This is used to download and save data to train the AutoBound's Image Segmentation Model.
  • AutoBound MapMode - The plugin side of the tool is completed but the server side is still under development.

The above functionalities require the AutoBound Server to be running.
Check the wiki for more info.

Using the plugin

To launch JOSM with AutoBound, clone this repository and run the following command:
If you have gradle installed, run

$ gradle runJosm

If you don't have gradle installed, run either of the following commands
If you are using Windows,

$ gradlew.bat runJosm

If you are using Linux/Mac

./gradlew runJosm