Download from release of both Mac OS and Windows version.
- Ctrl/⌘+O to Open Image files.(*.png/*.jpg) (PS: If the image files are pre-labeled, the filename should follow the format of
image_{label}_timestamp.png/jpg, or the label won't be recognized
) - Ctrl/⌘+Alt+O to Open saved label file.(*.ljson)
- Ctrl/⌘+S to save label file.(*.ljson)
- When the images have been loaded, use ← and → arrow keys to navigate from image to image.
- Ctrl/⌘+←, Ctrl/⌘+→ and Shift+←, Shift+→ arrow keys will help you to navigate faster to 10x and 100x respectively.
- First:
npm install
- Webpack:
npm run dev
- Start electron:
npm start
- First:
npm install
- Webpack:
npm run postinstall
, and changeindex.html
to usebundle.js
built in last step. - Start electron:
npm start
- Package:
electron-packager .