face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
This is a tutorial created at the ISBE Information Systems group of the Built Environment Department of Eindhoven University of Technology. This tutorial targets beginning users, and helps you on your ...