Skip to content

CVLAB-Unibo/ComputerVisionImageProcessing-LabSessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision and Image Processing - Lab Sessions

Clone the repository, cd to the directory with the Dockerfile and run:

docker build . -t cvlab

Run the docker container with:

PATH_TO_EXERCISES=/path/to/excercise
docker run -v ${PATH_TO_EXERCISES}:/home/cvlab -p 8888:8888 --device=/dev/video0:/dev/video0 -it cvlab:latest

This will launch automatically a jupyter notebook in the exercises directory.
Click on the link highlighted in the following picture to open the notebook: jupyter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published