Skip to content

Viewer Structure #8

Description

@simonjisu

Process

패키지 흐름을 작성해봤습니다. 수정할 부분이 있을것 같은데 의견주세요~~

Post Processor
process

  1. absolute scores
  2. (option) reduce color dimension
    1. mean
    2. gray-scale
  3. rescale: min-max (0~1)
  4. multiply 255, change to “byte” type

Mask Processor
get_mask

  1. sort by scores
  2. create masks(0 or 1, Bool Type)

Fill Processor
fill_with_masks

  • fill values by masks
    1. fill zero
    2. fill global mean by channel

load_mask

  • load masks from .mask file

Evaluator
eval

  • if eval_type == roar(kar):
    • eval with retrain
  • else:
    • eval with no retrain

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions