What Deep Machine Learning models can I use for Pre-processing and Feature Extraction of partially occluded faces (nose masks) of individuals in Night Mode.
Depending on the masks included in your dataset and the dataset size, you may consider annotating some data or using conventional image processing methods to generate weakly labeled dataset whereby the label or region of interest is the "nose mask" or "face mask". Then, you can train a deep learning model for mask segmentation/detection. Subsequently, features can be easily extracted from the region of interest generated using the trained segmentation/detection model.
it depends on a face mask. in some cases, the Dlib library can be useful the position of some key points such as eyes, nose, and lips .... can be identified by utilizing this. also by employing compression methods like the HOG/Haar method of FF2 you can compress the image.