Skip to content

Training of a Deep Learning Neural Network for face mask detection using RGB and thermal photos.

Notifications You must be signed in to change notification settings

PacoV3/thermal-mask

Repository files navigation

How to run the notebooks

Build the image based on the Dockerfile

docker build -t tensorflow-face-mask .

Run the tensorflow-jupyter container

# For PowerShell
docker run -it --name tf-face-mask -v ${PWD}:/tf/notebooks -p 8888:8888 tensorflow-face-mask

# For Linux:
docker run -it --name tf-face-mask -v $PWD:/tf/notebooks -p 8888:8888 tensorflow-face-mask

About

Training of a Deep Learning Neural Network for face mask detection using RGB and thermal photos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages