Skip to content

Commit

Permalink
Update run_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjliu committed May 1, 2022
1 parent 6390995 commit bd32d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/docker/SAM/model/run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from smiler_tools.runner import run_model

def main():
print('in main')
options = json.loads(os.environ['SMILER_PARAMETER_MAP'])
network_string = options.get('network', 'SAM-VGG')
use_default_center_bias = options.get('center_prior',
Expand Down

0 comments on commit bd32d9e

Please sign in to comment.