2018年10月14日
摘要: pool = multiprocessing.Pool(processes=10) row = [...] for row in rows: task_id = row[1] img_id = row[0] pool.apply_async(check_picture_contain_human_or_dog, (task_id, img_id)) pool.close(... 阅读全文
posted @ 2018-10-14 13:09 小唐师叔 阅读(14963) 评论(2) 推荐(0) 编辑
摘要: pip install pillow 阅读全文
posted @ 2018-10-14 12:15 小唐师叔 阅读(3186) 评论(0) 推荐(0) 编辑
摘要: 通过Linux命令行连接:在本机上连接操作 阅读全文
posted @ 2018-10-14 12:08 小唐师叔 阅读(165) 评论(0) 推荐(0) 编辑