Labelme is a graphical image annotation tool inspired by http://labelme.csail.mit.edu. It is written in Python and uses Qt for its graphical interface. VOC dataset ...
json_annotation_tool/ # Project root directory ├── build/ # PyInstaller build artifacts (ignore) │ └── main/ # Bundled library and metadata ├── dist/ # Distributable output (e.g., executable) │ └── ...