Abstract: Machine vision-based anti-drone detection systems enable long-range, cost-effective target monitoring in complex environments. However, small drones typically occupy only a few pixels in ...
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) │ └── ...