A simple annotation tool for image classification.
Install a specific version of flutter by asdf.
asdf plugin add flutter
asdf install
asdf reshim
Build project.
flutter pub get
flutter pub run build_runner build
flutter run -d macos
File or directory | Explanation |
---|---|
label.txt | up to 4 classes labels to edit label. Line break must be CRLF. |
image/ | images for labeling. |
result.csv | image file names and these labels. Line break must be CRLF. |
Operation | Key |
---|---|
Select next image | ] key |
Select previous image | [ keys |
Set label 1 | Z key |
Set label 2 | X key |
Set label 3 | C key |
Set label 4 | V key |
Select 100 images ahead | P key |
Select 100 previous image | O key |