1️⃣Install DS2.ai
1-1. Windows
Go to the link (https://www.docker.com/products/docker-desktop/) and install Docker Desktop.
Execute the following command after running Powershell in administrator mode.
After successful installation, you can connect to http://localhost:13000 and run ds2.
After the initial installation is completed, you can connect after the update takes about 3 to 5 minutes.
This installation method allows using CPU resources (not support GPU). It does not support Object recognition model and Auto-Labeling. (Object recognition and Auto-Labeling function only works on GPU. It requires Linux OS and built-in Nvidia graphics card)
* If you want to delete it, execute the command below to complete the deletion.
1-2. Mac
Go to the link (https://www.docker.com/products/docker-desktop/) and install Docker Desktop.
After launching the terminal, run the following command:
After successful installation, you can connect to http://localhost:13000 and run ds2.
After the initial installation is completed, you can connect after the update takes about 3 to 5 minutes.
This installation method allows using CPU resources (not support GPU). It does not support Object recognition model and Auto-Labeling. (Object recognition and Auto-Labeling function only works on GPU. It requires Linux OS and built-in Nvidia graphics card)
* If you want to delete it, execute the command below to complete the deletion.
1-2. Linux (Ubuntu, CentOS or Windows WSL2 - Ubuntu 18.04)
Execute the following script to proceed with the installation.
After successful installation, you can connect to http://localhost:13000 and run ds2.After the initial installation is completed, you can connect after the update takes about 3 to 5 minutes.
* If you want to delete it, execute the command below to complete the deletion.
If nvidia-driver is not installed, object recognition artificial intelligence generation and auto-labeling are not possible. (Available only if Nvidia graphics card is built-in among Linux OS)
Next Steps
Do you have any other questions? [email protected]
Last updated