Skip to content

05.07. Meeting Notes #17

Description

@sudo-Boris

3 Stage training

Train in parallel gt, sl, occ

  • implement saving and loading of individual unet decoder branches
  • When using SSIM for loss: 1 - SSIM_value (to avoid negative loss, because we want to maximise SSIM)
  • implement losses
    • GT:
      • MSE(gt_original, gt_prediction)
    • SL:
      • MAE(light_generated, light_prediction)
      • MAE(shadow_generated, shadow_prediction)
    • OCC:
      • 1 - SSIM(gt_original * shadow_generated + light_generated XOR occ_predicted, input_image)
  • prepare configs
    • GT:
      • MSE
    • SL:
      • MAE
    • OCC:
      • SSIM

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions