/annotator

Primary LanguageJavaScript

Image Annotator

Setup

  • Install dependencies: npm install
  • Run the development version: npm run dev
  • Place images you want to annotate inside of ./static folder
  • The names of images are hardcoded in ./src/App.vue. Take a peek at imageNames variable
  • The resolution of images is hardcoded. Take a peek at the canvas at ./src/components/Rects.vue