Skip to content

Commit

Permalink
Added missing installation of calamari
Browse files Browse the repository at this point in the history
  • Loading branch information
ChWick committed Dec 19, 2019
1 parent daa506c commit e43f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ommr4all-deploy/deploy/run_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():
os.chdir(root_dir)
check_call([pip, 'install', 'tensorflow_gpu>=2.0' if args.gpu else 'tensorflow>=2.0'])
check_call([pip, 'install', '-r', 'modules/ommr4all-server/requirements.txt'])
for submodule in ['ommr4all-page-segmentation', 'ommr4all-line-detection', 'ommr4all-layout-analysis']:
for submodule in ['ommr4all-page-segmentation', 'ommr4all-line-detection', 'ommr4all-layout-analysis', 'calamari']:
os.chdir('modules/' + submodule)
check_call([python, 'setup.py', 'install'])
os.chdir(root_dir)
Expand Down

0 comments on commit e43f351

Please sign in to comment.