Skip to content

Commit

Permalink
add default id projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Waliens committed Nov 12, 2019
1 parent 6690d78 commit 14d7f3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def main(argv):
# annotation filtering
cj.logger.info(str(cj.parameters))

# use only images from the current project
cj.parameters.cytomine_id_projects = "{}".format(cj.parameters.cytomine_id_project)

cj.job.update(progress=1, statuscomment="Preparing execution (creating folders,...).")
base_path, downloaded = setup_classify(
args=cj.parameters, logger=cj.job_logger(1, 40),
Expand Down

0 comments on commit 14d7f3c

Please sign in to comment.