Skip to content

Commit

Permalink
Merge pull request #58 from kadirnar/update_version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
kadirnar authored Apr 23, 2023
2 parents f4778f1 + d5b5fc3 commit 18a09a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from metaseg.mask_predictor import SegAutoMaskPredictor, SegManualMaskPredictor
from metaseg.sahi_predict import SahiAutoSegmentation, sahi_sliced_predict

__version__ = "0.6.2"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion metaseg/falai_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def automask_image(data, model_type="vit_b", points_per_side=16, points_per_batc

return result


@isolated(requirements=["metaseg"], keep_alive=1800, machine_type="GPU-T4")
def manuelmask_image(
data,
model_type="vit_b",
Expand Down

0 comments on commit 18a09a0

Please sign in to comment.