marvelousNinja / annotator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 69.4%Language:Vue 29.8%Language:HTML 0.8%