International Phonetic Alphabet: /e-ti-'ket-ta/ mp3
Etichetta is a project that aims to provide a simple and efficient way to annotate images.
You can download here those 3d printed models.
Some simple tutorials to start using Etichetta can be found on the HOWTO page and AI page.
To build etichetta from source install a dlang compiler (DMD, LDC, GDC) from dlang.org On windows you also need MSBuild package (c/c++ compiler) and Windows SDK.
Then:
git close https://github.com/trikko/etichetta
cd etichetta
dub run :setup
dub
To use GPU acceleration, read ext/README.md
.
I do not have access to any machine with macOS and therefore it is difficult to perform the necessary tests for development. Anyway to try etichetta on a macOS machine, you can run it inside a Docker container and connect a display, using XQuartz.
- Install XQuartz, which you can find at this URL: https://www.xquartz.org/index.html
- After installation, go to XQuartz preferences: XQuartz > Preferences > Security and enable the option "Allow connections from network clients."
- Then, run the following command in the terminal:
xhost + 127.0.0.1
- Build the last docker image running
./build-docker-etichetta.sh
inside themacos-docker
folder. - Run
./run-docker-etichetta.sh
This project is licensed under the MIT License.