This project includes all the necessary work for develop the vision process model for T3 Gemstone boards.
All details related to the project can be found at https://docs.t3gemstone.org/en/visionprocesses/edgeaitensorlab. Below, only a summary of how to perform the installation is provided.
user@host:$ ./setup.sh2. After the installation is successful, activate the jetify-devbox shell to automatically install tools such as Distrobox, taskfile, etc.
user@host:$ devbox shell📦 devbox:edgeai-tensorlab> task box# Installs the necessary packages
🚀 distrobox:workdir> task install
# Runs the Label Studio
🚀 distrobox:workdir> task label-studio
# Runs the Model Maker
🚀 distrobox:workdir> task make CONFIG=config_classification.yaml
Docker is installed on your system via the ./setup.sh command. If you are installing Docker for the first time, you must log out and log in again after the installation is complete.
📦 devbox:edgeai-tensorlab> task box
task: Failed to run task "box": exit status 1
Error: An error occurredTo figure out what exact problem is, run distrobox-enter --additional-flags "--tty" --name gemstone-edgeai --no-workdir --verbose
*** update-locale: Error: invalid locale settings: LC_ALL=en_EN.UTF-8 LANG=en_EN.UTF-8To solve this problem, try to update locales
📦 devbox:edgeai-tensorlab> sudo dpkg-reconfigure locales