face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
## Creates a dataset of sliding windows over a timeseries provided as array | data | array or eager tensor containing consecutive data points (timesteps). The first axis is expected to be the time ...