Abstract: Object detection is a fundamental computer vision task that simultaneously locates and categorizes objects in images and videos. It is utilized in various fields, such as autonomous driving, ...
Abstract: Out-of-distribution (OoD) inputs pose a persistent challenge to deep learning models, often triggering overconfident predictions on non-target objects. While prior work has primarily focused ...
But only Chinese version is available currently. If you want an English version, please open an issue for it. At least let me know you are interested in my project :D The project is not stable yet.
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...