Blender-Labelling-Tool
Blender-Labelling-Tool copied to clipboard
Image annotation tool made on top of Blender. YOLO, COCO, Pascal VOC
Blender Labelling Tool
What's it?
It’s an annotation tool made on top of Blender (3+). It is completely free and open source.
What can it do?
For now, it's possible to annotate bounding boxes on videos and export them in YOLO format.
How to install
You can install it as an ordinary Blender add-on:
- On GitHub:
Code
>Download ZIP
- In Blender:
Edit
>Preferences...
>Add-ons
>Install...
- Select the downloaded .zip archive
- Enable the installed add-on
More info in official documentation
How to use
-
Import a video
-
Create a class collection
-
Select this collection in the outliner
-
Add a bounding box
-
Animate the bounding box
-
Export
https://user-images.githubusercontent.com/27821127/189505381-7c17492a-5717-4c2a-b58c-d8329b76a6f4.mp4
Future plans
-
Short-term goals
-
COCO and Pascal VOC support
-
Bounding box data import (Yolo, Coco, Pascal voc)
-
2d joints, skeleton data
-
-
Long-term goals
-
Segmentation labelling
-
Rotated bounding boxes
-
3d data labelling (point clouds, etc)
-
Motivation
I always wanted a simple annotation tool that one can just open and start annotating. Should be simple, easy to use, cross-platform and lightweight. Here are the requirements:
-
Easy to install and cross-platform
-
Decent playback speed and overall performance
-
Extendability
-
Free and open source
From Blender, we get many cool things for free in video annotation. Support of multiple video formats, video proxies, different types of interpolation, keyframing and curve system, collection system, etc. So it's just a matter of the creation of simple functions to populate our scene with labelling data - bounding boxes, skeleton joints, etc. It is also possible to add 3d data labelling (which is a task for the future though).