Skip to content

BBloggsbott/autobound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository for Google Summer of Code 2019 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages