Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend/backbones decoders #145

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 28, 2024

  1. utils module for decoders

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    285f662 View commit details
    Browse the repository at this point in the history
  2. Basic ASPP heads

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c12dd70 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    4446dfb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ddb435a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'extend/backbones_decoders' of github.com:IBM/terratorch…

    … into extend/backbones_decoders
    Joao-L-S-Almeida committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dc4c230 View commit details
    Browse the repository at this point in the history
  3. Testing ASPPHead decoder

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c58ed36 View commit details
    Browse the repository at this point in the history
  4. First versions for the builtin ASPPHeads

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    
    Modifying factory to support both mmseg and buitin classes
    
    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    
    Modifying YAML file to test ASPPHead
    
    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    783fccc View commit details
    Browse the repository at this point in the history
  5. Simplifying the ASPPHeads modules

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    59ee366 View commit details
    Browse the repository at this point in the history
  6. Updating test

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9ce74fa View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Basic architecture to add support for U-net

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    789bf8f View commit details
    Browse the repository at this point in the history
  2. Adapting U-Net from mmseg

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c5fdfa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Adapting U-Net to work together with other terratorch modules

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    
    ConvModule could have an option for transposed
    
    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    
    Updating configuration
    
    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c0d4939 View commit details
    Browse the repository at this point in the history
  2. Testing U-Net + ASPPHead

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6d634fa View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Updating regression head for ASPP

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    20063e5 View commit details
    Browse the repository at this point in the history
  2. Updates for ASPP regression head

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    17745bb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. merging with main

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a286a75 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Testing the option of using UpSample+Conv instead of ConvTranspose

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b619735 View commit details
    Browse the repository at this point in the history
  2. Adjusts and testing UpSample+Conv

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    343b36c View commit details
    Browse the repository at this point in the history
  3. Re-organising modules and creating terratorch/models/backbones/utils.py

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ff7de3a View commit details
    Browse the repository at this point in the history
  4. Automatic tests for U-Net (they must be merged with test_pretrain.py …

    …in the future)
    
    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9310b1d View commit details
    Browse the repository at this point in the history
  5. Testing don't skip these tests

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1fbd2bc View commit details
    Browse the repository at this point in the history
  6. This test must be modified

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e8a2b18 View commit details
    Browse the repository at this point in the history
  7. These tests are unexpectedly failing

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0c523e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Standard config for Upsample+Conv

    Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e617406 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. merging

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e54b046 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'extend/backbones_decoders' of github.com:IBM/terratorch…

    … into extend/backbones_decoders
    Joao-L-S-Almeida committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d6722c0 View commit details
    Browse the repository at this point in the history
  3. merging

    Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
    Joao-L-S-Almeida committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    879a5cc View commit details
    Browse the repository at this point in the history