Skip to content

Commit

Permalink
Fix the issue group of brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
Inokinoki committed Aug 12, 2024
1 parent 49b6968 commit 70e80f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions giskard_vision/core/dataloaders/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def get_meta(self, idx: int) -> Optional[TypesBase.meta]:
"width": AttributesIssueMeta,
"height": AttributesIssueMeta,
"nb_channels": AttributesIssueMeta,
"brightness": AttributesIssueMeta,
"average_color_r": AttributesIssueMeta,
"average_color_g": AttributesIssueMeta,
"average_color_b": AttributesIssueMeta,
Expand Down

0 comments on commit 70e80f3

Please sign in to comment.