Skip to content

Commit

Permalink
Merge branch 'feature/invert-mask'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Aug 28, 2024
2 parents c9c163b + 93c0db7 commit 84188d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self,
self.image_modes = [AUTOMATIC_MODE, BOX_PROMPT_MODE]
self.default_mode = BOX_PROMPT_MODE
self.filter_modes = [PIXELIZE_FILTER, COLOR_FILTER]
self.default_filter = PIXELIZE_FILTER
self.default_filter = COLOR_FILTER
self.default_color = DEFAULT_COLOR
self.default_pixel_size = DEFAULT_PIXEL_SIZE
default_hparam_config_path = os.path.join(SAM2_CONFIGS_DIR, "default_hparams.yaml")
Expand Down

0 comments on commit 84188d4

Please sign in to comment.