React web rewrite of the https://github.com/parandyk/Image-Annotation-Tool Avalonia app.
cd /Web-Image-Annotation-Tool
npm install
npm run devBuild:
npm run buildThe tool allows for annotation of images and videos parsed into frames for standard object detection dataset exports.
YOLO, COCO and Pascal VOC formats are currently supported for both importing and exporting.
The tool demo is available at: https://parandyk.github.io/Web-Image-Annotation-Tool/
Automatic annotation using neural network inference coming soon!
This tool was developed nearly exclusively using OpenAI Codex.
Coming soon!