Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Detail about the smooth upsample #7

Description

@Ianresearch

Hello, we realize the modified guided filter follow the pseudocode. The smooth upsampling we do as follow:

  1. biliner upsampling by s=4;
  2. smooth the upsampling result;
  3. biliner upsampling by s=4;
  4. smooth the upsampling result;
  5. biliner upsampling by s=4;
    Is it the right processing procedure to do the smooth upsampling?
    If the processing procedure is right, how to choose the kernel for smooth filter?
    Another question is that how to use the weighted downsample when inference. Because of the confidence map is low resolution , how to use the function(4):modified_guided_filter, which the C is high resolution.
    Thank you.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions