Abstract: Seismic post-stack data often contains missing traces, affecting processing and interpretation. Deep learning methods, both supervised and unsupervised, have advanced reconstruction but face ...
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...