Build & Run
Build & Run
Once we have clone the repository we need to execute the next commands:
Here we need to wait a couples of minutes, meanwhile all the container is created.
Then once this have finish we need to :
This will run the container and give use access to it. Let´s explain a this file.
run.sh
This will help us (optional) for displaying images with cv.imshow()
In this command we need to make sure to give the camera as a parameters so container could use it.
Once that we are on the docker terminal. We could access to this 3 example by executing the command that correspond.
We could find this at howtorun.txt
Docker execute
We could also access to this docker by executing
Last updated