Skip to content

[FEATURE] Simpler configuration file parser and support to have default value #37

Description

@triwahyuu

Is your feature request related to a problem? Please describe.
with current implementation:

  • we need to write all the configuration which is unnecessary since most of them are set in default values
  • use a complex parser definition, hard to read

Describe the solution you'd like

  • have a default values for some config if possible
  • need to create requiredness category for each config field
  • use a dict (or easydict)-based config parser

Describe alternatives you've considered
we could also look into mmdetection and detectron2 implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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