1 Star 0 Fork 0

jixiaolong_it/chineseocr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.py 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Jul 22 02:26:46 2019
run ocr job
@author: chineseocr
"""
import os
import subprocess
jobNum = 4##任务并行数
for i in range(jobNum):
pid = os.system('nohup python ocrjob.py >/tmp/ocr-{}.log 2>&1 &'.format(i))
print(i,pid)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jixiaolong_it/chineseocr.git
git@gitee.com:jixiaolong_it/chineseocr.git
jixiaolong_it
chineseocr
chineseocr
app

搜索帮助