TBD.
-
Optional:
-
USB camera - Standard USB Video Class (UVC) camera.
-
Intel® Core™ CPU with integrated graphics.
-
Intel® Movidius™ Neural Compute Stick
-
-
Docker. To install on Ubuntu, run:
sudo snap install docker
sudo groupadd docker
sudo usermod -aG docker $USER
1. Clone the repository at desired location:
git clone https://github.com/incluit/OpenVino-Driver-Management.git
2. Change to the top git repository:
cd OpenVino-Driver-Management
3. Build the docker:
make docker-build
4. Run the docker:
make docker-run
1. Start the docker:
make docker-start
2. Run the following script:
bash /app/DriverBehavior/scripts/dlposemodel.sh
3. Inside the docker run:
make run
4. AWS:
Add the certificates of AWS in the UI
After adding the certificates go to "Dashboard" tab and click on "log in".
-
Stop the docker container
make docker-stop
-
Remove the docker container
make docker-remove
-
❏ Intrduction in README file.
-
❏ Create a Docker image of the project, upload to Docker Hub and add this option in the Readme file.