This repo contains code for the DRAL(Digital Representation of Attention Labeler)
- . Net Core 3.1[Not needed for releases except portable]
- Visual Studio 2019 for compiling[Not needed for releases]
Default mode is retag
Mode | CLI |
---|---|
Tagger | ./DRAL --new |
Retagger | ./DRAL --retag |
- Load labels
- Load an image
- Move the cursor to display the image
- Save
- Load an image
- Move the cursor to display the image
- Save
- Wait for X-means
- Tag boxes
- Save
Argument | Explanation | Alternate |
---|---|---|
--help | Show help | -h |
--verbose | Starts in verbose mode | -v |
--no-window | Start in CLI | --cli |
--new | Start tagger | -n |
--retag | Start retagger(default mode) | -r |
--fix-dataset | Fix dataset | --fix, -f |
Fixing dataset is mainly for missing maps or running X-means if "Generate now" was unchecked for speed
When started, this labeller uses the following shortcuts:
Shortcut | Action | Alternate shortcut |
---|---|---|
CTRL-B | Load next image | CTRL-Y |
CTRL-N | Save then load next image | CTRL-S |
CTRL-O | Open image | |
CTRL-R | Reset the labelling for the current image | |
CTRL-S | Save then load next image | CTRL-N |
CTRL-W | Load next until find an unlabelled one | |
CTRL-X | Load previous | |
CTRL-Y | Load next image | CTRL-B |
CTRL-Z | Cancel the current image labelling and load previous |
Shortcut | Action | Alternate shortcut |
---|---|---|
CTRL-S | Save and go to next | Ctrl-B |
CTRL-X | Cancel | |
NUMPAD + | Begin label identification |