aMedical Big Data Research Center, Chinese The People’s Liberation Army General Hospital, Beijing, China bNational Engineering Research Center of Medical Big Data Application Technology, The People’s ...
COCO + Objects365 in the table means finetuned model on COCO using pretrained weights trained on Objects365.
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 ...
Abstract: Source-Free Object Detection (SFOD) enables knowledge transfer from a source domain to an unsupervised target domain for object detection without access to source data. Most existing SFOD ...
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...