Skip to content
Snippets Groups Projects
  • To reconstruct these images we provide you the forward operator, modeling the effect of a CFA camera with 2 different CFA patterns: either Bayer of Quad Bayer pattern. This operation is described in src/forward_operator.py

Architecture


sicom_image_analysis_project/
├─.gitignore                   # Git's ignore file
├─images/                      # All images you need to reconstruct
├─main.ipynb                   # A notebook to experiment with the code
├─output/                      # The output folder where you can save your reconstruction
├─README.md                    # Readme, contains all information about the project
├─readme_imgs/                 # Images for the Readme
├─requirements.txt             # Requirement file for packages installation
└─src/                         # All of the source files for the project
  ├─checks.py                  # File containing some sanity checks
  ├─forward_model.py           # File containing the CFA operator
  ├─utils.py                   # Some utilities
  └─methods/
    ├─baseline/                # Example of reconstruction
    └─template/                # Template of your project (to be copied)

References:

[1] Aerial Semantic Segmentation Drone Dataset: For the dataset.

Authors