0.1.1 • Published 2 years ago

hd-imglab-vue v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

imglab

Vue.js port of the imglab.

Progress

Check out the current project progress by taking a look at the checklist

New features

  • Side panel
    • Shape attributes will now show a list of suggested values based on the shape property
    • Shape tags can be reordered
    • Feature point in list can be reordered
    • Feature point that is clicked on the side panel will be selected on the workarea
  • Toolbar
    • Added a mouse coordinate component

Changed features

  • Toolbar
    • Added a component to display mouse coordinate
    • Remapped tool shortcuts
  • Zoom shortcuts
    • Remapped zoom shortcuts
  • Decode COCO json
    • Coco json will either decode a shape as a circle or a polygon. As there is no reliable way of determining if a shape is a rectangle or a polygon
  • Encode Dlib XML
    • Label shall be encoded with either the shape.label or shape.type
  • Google Analytics
    • Modified the data sent to google analytics

Removed Features

  • gridlines
    • Removed gridlines that act as visual indicators of the cursor

Global Shortcuts

  • Toolbar
    • Feature Point Tool: Alt + F
    • Rectangle Tool: Alt + R
    • Circle Tool: Alt + C
    • Polygon Tool: Alt + P
    • Move Tool: Alt + M
    • Zoom Tool: Alt + Z
      • Zoom In : Alt + ]
      • Zoom Out: Alt + [
    • Opacity Tool: Alt + L
  • Thumbnail slider
    • Shift Thumbnail Left: Ctrl + Alt + N
    • Shift Thumbnail Right: Ctrl + Alt + M
    • Import Image: Ctrl + Alt + O
    • Import Folder: Alt + O
  • Open project file: Ctrl + I
  • Save project: Ctrl + E
  • Workarea:
    • Select All: Alt + A
    • Delete: Del
    • Copy: Ctrl + C
    • Paste: Ctrl + V
    • Move Left 1 Pixel: Ctrl + Shift + LeftArrow
    • Move Right 1 Pixel: Ctrl + Shift + RightArrow
    • Move Up 1 Pixel: Ctrl + Shift + UpArrow
    • Move Down 1 Pixel: Ctrl + Shift + DownArrow

Built with

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.