Default model change: from senseppi.ckpt to fly_worm_human_chicken.ckpt

parent a7412068
......@@ -47,7 +47,7 @@ def main():
if hasattr(params, 'model_path'):
if params.model_path is None:
params.model_path = os.path.join(os.path.dirname(__file__), "default_model", "senseppi.ckpt")
params.model_path = os.path.join(os.path.dirname(__file__), "default_model", "fly_worm_human_chicken.ckpt")
params.func(params)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment