Sample annotation tool to label images for Einstein Vision Object Detection.
Type the commands below.
# git clone https://github.com/misu007/einstein-vision-object-detection-annotation-tool-sample.git
# cd einstein-vision-object-detection-annotation-tool-sample
# npm install
# npm start
Open the url in web browzer (Chrome recommended)
http://localhost:5000
(When you want to stop it, press Ctrl-C.)
Click "+ .jpg/.png/.zip" or drag and drop files.
Click "+ Label" to define labels to want to use.
Create bounding boxs on the image to create annotations.
Click Save button to generate zip file that is ready to create Custom Model in Einstein Vision.
MIT
This is just a sample application.