Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 550 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 550 Bytes

geo-annotation-tool

Usage

  • Navigate to geo-annotation-tool directory: cd geo-annotation-tool
  • Install dependencies: pip install requirements.txt
  • Run the server: python src\main.py
  • Open the http://localhost:8080/ on your browser
  • Use the tool either to load the image and corresponding annotation json.
  • Now annotate and save the new annotations by clicking the save button.

This package https://www.npmjs.com/package/leader-line helped a lot.